Html Css Color HEX #876505 Golden Brown

📋 copy color: '#876505'

red 135 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #876505

Tints of Golden Brown #876505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.91%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 56.02%
G = 41.91%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#876505 (or 0x876505) is known color: Golden Brown. HEX triplet: 87, 65 and 05. RGB value is (135,101,5). Sum of RGB (Red+Green+Blue) = 135+101+5=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #876505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876505 is #789AFA. Grayscale: #646464. Windows color (decimal): -7903995 or 353671. OLE color: 353671.

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

Color convert

RGB 135 101 5 -
CMYK 0 0.25 0.96 0.47
HSL 44.31º 0.93% 0.27% -
HSV(B) 44.31º 0.96% 0.53% -
XYZ 14.67 14.47 2.16 -
YUV 100.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 135 101 5 0 0.25 0.96 0.47 44.31 0.93 0.27
Hex 87 65 5 0 19 60 2F 2C 5D 1B
Octal 207 145 5 0 31 140 57 54 135 33
Binary 10000111 1100101 101 0 11001 1100000 101111 101100 1011101 11011

Color Harmonies of #876505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876505

Black with #876505

Text Example


Text Example

White with #876505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876505; }

 p { color: rgb(135,101,5); }

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

background-color css

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

 a { background-color: rgb(135,101,5); }

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

border-color css

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

 span { border-color: rgb(135,101,5); }

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