Html Css Color HEX #876805 Golden Brown

📋 copy color: '#876805'

red 135 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #876805

Tints of Golden Brown #876805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

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

R = 55.33%
G = 42.62%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#876805 (or 0x876805) is known color: Golden Brown. HEX triplet: 87, 68 and 05. RGB value is (135,104,5). Sum of RGB (Red+Green+Blue) = 135+104+5=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #876805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876805 is #7897FA. Grayscale: #666666. Windows color (decimal): -7903227 or 354439. OLE color: 354439.

HSL color Cylindrical-coordinate representation of color #876805: hue angle of 45.69º 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 #876805 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 104 5 -
CMYK 0 0.23 0.96 0.47
HSL 45.69º 0.93% 0.27% -
HSV(B) 45.69º 0.96% 0.53% -
XYZ 14.97 15.06 2.26 -
YUV 101.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 135 104 5 0 0.23 0.96 0.47 45.69 0.93 0.27
Hex 87 68 5 0 17 60 2F 2E 5D 1B
Octal 207 150 5 0 27 140 57 56 135 33
Binary 10000111 1101000 101 0 10111 1100000 101111 101110 1011101 11011

Color Harmonies of #876805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876805

Black with #876805

Text Example


Text Example

White with #876805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876805; }

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

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

background-color css

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

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

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

border-color css

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

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

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