#856302

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

Shades of Golden Brown #856302

Tints of Golden Brown #856302

Color information

#856302 (or 0x856302) is unknown color: approx Golden Brown. HEX triplet: 85, 63 and 02. RGB value is (133,99,2). Sum of RGB (Red+Green+Blue) = 133+99+2=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #856302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856302 is #7A9CFD. Grayscale: #626262. Windows color (decimal): -8035582 or 156549. OLE color: 156549.

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

Color convert

RGB133992-
CMYK00.260.980.48
HSL44.43º97.04%26.47%-
HSV(B)44.43º98.5%52.16%-
XYZ14.1513.912-
YUV98.1173.76152.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=56.84%
G=42.31%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13399200.260.980.4844.4397.0426.47
Hex8563201A62302c611a
Octal2051432032142605414132
Binary100001011100011100110101100010110000101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856302; }

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

 H1.HeaderClassName
 {
   color: #856302;
 }
 .AnyTagClassName
 {
   color: #856302;
 }
</style>
background-color css

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

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

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

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

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

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