Html Css Color HEX #856008 Golden Brown

📋 copy color: '#856008'

red 133 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #856008

Tints of Golden Brown #856008

RGB

 RED value IS 133 (52.34% from 255) = 56.12%

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

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 56.12%
G = 40.51%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#856008 (or 0x856008) is known color: Golden Brown. HEX triplet: 85, 60 and 08. RGB value is (133,96,8). Sum of RGB (Red+Green+Blue) = 133+96+8=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856008 is #7A9FF7. Grayscale: #616161. Windows color (decimal): -8036344 or 548997. OLE color: 548997.

HSL color Cylindrical-coordinate representation of color #856008: hue angle of 42.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #856008 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 8 -
CMYK 0 0.28 0.94 0.48
HSL 42.24º 0.89% 0.28% -
HSV(B) 42.24º 0.94% 0.52% -
XYZ 13.9 13.37 2.08 -
YUV 97.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 133 96 8 0 0.28 0.94 0.48 42.24 0.89 0.28
Hex 85 60 8 0 1C 5E 30 2A 59 1C
Octal 205 140 10 0 34 136 60 52 131 34
Binary 10000101 1100000 1000 0 11100 1011110 110000 101010 1011001 11100

Color Harmonies of #856008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856008

Black with #856008

Text Example


Text Example

White with #856008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856008; }

 p { color: rgb(133,96,8); }

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

background-color css

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

 a { background-color: rgb(133,96,8); }

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

border-color css

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

 span { border-color: rgb(133,96,8); }

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