Html Css Color HEX #856202 Golden Brown

📋 copy color: '#856202'

red 133 ◦ green 98 ◦ blue 2

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

Shades of Golden Brown #856202

Tints of Golden Brown #856202

RGB

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

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

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

R = 57.08%
G = 42.06%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856202 (or 0x856202) is known color: Golden Brown. HEX triplet: 85, 62 and 02. RGB value is (133,98,2). Sum of RGB (Red+Green+Blue) = 133+98+2=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #856202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856202 is #7A9DFD. Grayscale: #616161. Windows color (decimal): -8035838 or 156293. OLE color: 156293.

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

Color convert

RGB 133 98 2 -
CMYK 0 0.26 0.98 0.48
HSL 43.97º 0.97% 0.26% -
HSV(B) 43.97º 0.98% 0.52% -
XYZ 14.05 13.73 1.97 -
YUV 97.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 133 98 2 0 0.26 0.98 0.48 43.97 0.97 0.26
Hex 85 62 2 0 1A 62 30 2C 61 1A
Octal 205 142 2 0 32 142 60 54 141 32
Binary 10000101 1100010 10 0 11010 1100010 110000 101100 1100001 11010

Color Harmonies of #856202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856202

Black with #856202

Text Example


Text Example

White with #856202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856202; }

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

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

background-color css

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

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

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

border-color css

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

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

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