Html Css Color HEX #856602 Golden Brown

📋 copy color: '#856602'

red 133 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #856602

Tints of Golden Brown #856602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

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

R = 56.12%
G = 43.04%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856602 (or 0x856602) is known color: Golden Brown. HEX triplet: 85, 66 and 02. RGB value is (133,102,2). Sum of RGB (Red+Green+Blue) = 133+102+2=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856602 is #7A99FD. Grayscale: #646464. Windows color (decimal): -8034814 or 157317. OLE color: 157317.

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

Color convert

RGB 133 102 2 -
CMYK 0 0.23 0.98 0.48
HSL 45.8º 0.97% 0.26% -
HSV(B) 45.8º 0.98% 0.52% -
XYZ 14.44 14.49 2.09 -
YUV 99.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 133 102 2 0 0.23 0.98 0.48 45.8 0.97 0.26
Hex 85 66 2 0 17 62 30 2E 61 1A
Octal 205 146 2 0 27 142 60 56 141 32
Binary 10000101 1100110 10 0 10111 1100010 110000 101110 1100001 11010

Color Harmonies of #856602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856602

Black with #856602

Text Example


Text Example

White with #856602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856602; }

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

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

background-color css

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

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

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

border-color css

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

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

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