Html Css Color HEX #87640C Golden Brown

📋 copy color: '#87640C'

red 135 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #87640C

Tints of Golden Brown #87640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 54.66%
G = 40.49%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87640C (or 0x87640C) is known color: Golden Brown. HEX triplet: 87, 64 and 0C. RGB value is (135,100,12). Sum of RGB (Red+Green+Blue) = 135+100+12=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87640C is #789BF3. Grayscale: #646464. Windows color (decimal): -7904244 or 812167. OLE color: 812167.

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

Color convert

RGB 135 100 12 -
CMYK 0 0.26 0.91 0.47
HSL 42.93º 0.84% 0.29% -
HSV(B) 42.93º 0.91% 0.53% -
XYZ 14.62 14.29 2.34 -
YUV 100.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 135 100 12 0 0.26 0.91 0.47 42.93 0.84 0.29
Hex 87 64 C 0 1A 5B 2F 2B 54 1D
Octal 207 144 14 0 32 133 57 53 124 35
Binary 10000111 1100100 1100 0 11010 1011011 101111 101011 1010100 11101

Color Harmonies of #87640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87640C

Black with #87640C

Text Example


Text Example

White with #87640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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