Html Css Color HEX #876002 Golden Brown

📋 copy color: '#876002'

red 135 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #876002

Tints of Golden Brown #876002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 57.94%
G = 41.2%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#876002 (or 0x876002) is known color: Golden Brown. HEX triplet: 87, 60 and 02. RGB value is (135,96,2). Sum of RGB (Red+Green+Blue) = 135+96+2=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #876002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876002 is #789FFD. Grayscale: #616161. Windows color (decimal): -7905278 or 155783. OLE color: 155783.

HSL color Cylindrical-coordinate representation of color #876002: hue angle of 42.41º degrees, saturation: 0.97, 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 #876002 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 96 2 -
CMYK 0 0.29 0.99 0.47
HSL 42.41º 0.97% 0.27% -
HSV(B) 42.41º 0.99% 0.53% -
XYZ 14.19 13.52 1.92 -
YUV 96.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 135 96 2 0 0.29 0.99 0.47 42.41 0.97 0.27
Hex 87 60 2 0 1D 63 2F 2A 61 1B
Octal 207 140 2 0 35 143 57 52 141 33
Binary 10000111 1100000 10 0 11101 1100011 101111 101010 1100001 11011

Color Harmonies of #876002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876002

Black with #876002

Text Example


Text Example

White with #876002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876002; }

 p { color: rgb(135,96,2); }

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

background-color css

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

 a { background-color: rgb(135,96,2); }

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

border-color css

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

 span { border-color: rgb(135,96,2); }

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