Html Css Color HEX #876401 Golden Brown

📋 copy color: '#876401'

red 135 ◦ green 100 ◦ blue 1

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

Shades of Golden Brown #876401

Tints of Golden Brown #876401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 57.2%
G = 42.37%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876401 (or 0x876401) is known color: Golden Brown. HEX triplet: 87, 64 and 01. RGB value is (135,100,1). Sum of RGB (Red+Green+Blue) = 135+100+1=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #876401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876401 is #789BFE. Grayscale: #636363. Windows color (decimal): -7904255 or 91271. OLE color: 91271.

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

Color convert

RGB 135 100 1 -
CMYK 0 0.26 0.99 0.47
HSL 44.33º 0.99% 0.27% -
HSV(B) 44.33º 0.99% 0.53% -
XYZ 14.55 14.27 2.02 -
YUV 99.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 135 100 1 0 0.26 0.99 0.47 44.33 0.99 0.27
Hex 87 64 1 0 1A 63 2F 2C 63 1B
Octal 207 144 1 0 32 143 57 54 143 33
Binary 10000111 1100100 1 0 11010 1100011 101111 101100 1100011 11011

Color Harmonies of #876401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876401

Black with #876401

Text Example


Text Example

White with #876401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876401; }

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

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

background-color css

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

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

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

border-color css

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

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

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