Html Css Color HEX #876400 Golden Brown

📋 copy color: '#876400'

red 135 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #876400

Tints of Golden Brown #876400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.45%
G = 42.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#876400 (or 0x876400) is known color: Golden Brown. HEX triplet: 87, 64 and 00. RGB value is (135,100,0). Sum of RGB (Red+Green+Blue) = 135+100+0=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #876400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876400 is #789BFF. Grayscale: #636363. Windows color (decimal): -7904256 or 25735. OLE color: 25735.

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

Color convert

RGB 135 100 0 -
CMYK 0 0.26 1 0.47
HSL 44.44º 1% 0.26% -
HSV(B) 44.44º 1% 0.53% -
XYZ 14.55 14.27 1.99 -
YUV 99.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 135 100 0 0 0.26 1 0.47 44.44 1 0.26
Hex 87 64 0 0 1A 64 2F 2C 64 1A
Octal 207 144 0 0 32 144 57 54 144 32
Binary 10000111 1100100 0 0 11010 1100100 101111 101100 1100100 11010

Color Harmonies of #876400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876400

Black with #876400

Text Example


Text Example

White with #876400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876400; }

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

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

background-color css

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

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

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

border-color css

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

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

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