#856602

Color #856602 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #856602

Tints of Golden Brown #856602

Color information

#856602 (or 0x856602) is unknown color: approx 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

RGB1331022-
CMYK00.230.980.48
HSL45.8º97.04%26.47%-
HSV(B)45.8º98.5%52.16%-
XYZ14.4414.492.09-
YUV99.8772.77151.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133102200.230.980.4845.897.0426.47
Hex8566201762302e611a
Octal2051462027142605614132
Binary100001011100110100101111100010110000101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>