Html Css Color HEX #856208 Golden Brown

📋 copy color: '#856208'

red 133 ◦ green 98 ◦ blue 8

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

Shades of Golden Brown #856208

Tints of Golden Brown #856208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

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

R = 55.65%
G = 41%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#856208 (or 0x856208) is known color: Golden Brown. HEX triplet: 85, 62 and 08. RGB value is (133,98,8). Sum of RGB (Red+Green+Blue) = 133+98+8=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856208 is #7A9DF7. Grayscale: #626262. Windows color (decimal): -8035832 or 549509. OLE color: 549509.

HSL color Cylindrical-coordinate representation of color #856208: hue angle of 43.2º 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 #856208 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 8 -
CMYK 0 0.26 0.94 0.48
HSL 43.2º 0.89% 0.28% -
HSV(B) 43.2º 0.94% 0.52% -
XYZ 14.08 13.74 2.14 -
YUV 98.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 133 98 8 0 0.26 0.94 0.48 43.2 0.89 0.28
Hex 85 62 8 0 1A 5E 30 2B 59 1C
Octal 205 142 10 0 32 136 60 53 131 34
Binary 10000101 1100010 1000 0 11010 1011110 110000 101011 1011001 11100

Color Harmonies of #856208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856208

Black with #856208

Text Example


Text Example

White with #856208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856208; }

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

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

background-color css

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

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

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

border-color css

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

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

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