Html Css Color HEX #856502 Golden Brown

📋 copy color: '#856502'

red 133 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #856502

Tints of Golden Brown #856502

RGB

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

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

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

R = 56.36%
G = 42.8%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856502 (or 0x856502) is known color: Golden Brown. HEX triplet: 85, 65 and 02. RGB value is (133,101,2). Sum of RGB (Red+Green+Blue) = 133+101+2=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #856502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856502 is #7A9AFD. Grayscale: #636363. Windows color (decimal): -8035070 or 157061. OLE color: 157061.

HSL color Cylindrical-coordinate representation of color #856502: hue angle of 45.34º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #856502 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 2 -
CMYK 0 0.24 0.98 0.48
HSL 45.34º 0.97% 0.26% -
HSV(B) 45.34º 0.98% 0.52% -
XYZ 14.34 14.3 2.06 -
YUV 99.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 133 101 2 0 0.24 0.98 0.48 45.34 0.97 0.26
Hex 85 65 2 0 18 62 30 2D 61 1A
Octal 205 145 2 0 30 142 60 55 141 32
Binary 10000101 1100101 10 0 11000 1100010 110000 101101 1100001 11010

Color Harmonies of #856502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856502

Black with #856502

Text Example


Text Example

White with #856502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856502; }

 p { color: rgb(133,101,2); }

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

background-color css

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

 a { background-color: rgb(133,101,2); }

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

border-color css

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

 span { border-color: rgb(133,101,2); }

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