Html Css Color HEX #87640D Golden Brown

📋 copy color: '#87640D'

red 135 ◦ green 100 ◦ blue 13

#87640D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #87640D

Tints of Golden Brown #87640D

RGB

 RED value IS 135 (53.13% from 255) = 54.44%

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 54.44%
G = 40.32%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#87640D (or 0x87640D) is known color: Golden Brown. HEX triplet: 87, 64 and 0D. RGB value is (135,100,13). Sum of RGB (Red+Green+Blue) = 135+100+13=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87640D is #789BF2. Grayscale: #646464. Windows color (decimal): -7904243 or 877703. OLE color: 877703.

HSL color Cylindrical-coordinate representation of color #87640D: hue angle of 42.79º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87640D is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 13 -
CMYK 0 0.26 0.90 0.47
HSL 42.79º 0.82% 0.29% -
HSV(B) 42.79º 0.9% 0.53% -
XYZ 14.62 14.29 2.37 -
YUV 100.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 135 100 13 0 0.26 0.90 0.47 42.79 0.82 0.29
Hex 87 64 D 0 1A 5A 2F 2B 52 1D
Octal 207 144 15 0 32 132 57 53 122 35
Binary 10000111 1100100 1101 0 11010 1011010 101111 101011 1010010 11101

Color Harmonies of #87640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87640D

Black with #87640D

Text Example


Text Example

White with #87640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87640D; }

 p { color: rgb(135,100,13); }

 H1.HeaderClassName
 {
   color: #87640D;
 }
 .AnyTagClassName
 {
   color: #87640D;
 }
</style>

background-color css

<style>
 a { background-color: #87640D; }

 a { background-color: rgb(135,100,13); }

 div.DivClassName
 {
   background-color: #87640D;
 }
 .BgClassName
 {
   background-color: #87640D;
 }
</style>

border-color css

<style>
 span { border-color: #87640D; }

 span { border-color: rgb(135,100,13); }

 td.TdClassName
 {
   border-color: #87640D;
 }
 .TagClassName
 {
   border-color: #87640D;
 }
</style>