#85600C

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

Shades of Golden Brown #85600C

Tints of Golden Brown #85600C

Color information

#85600C (or 0x85600C) is unknown color: approx Golden Brown. HEX triplet: 85, 60 and 0C. RGB value is (133,96,12). Sum of RGB (Red+Green+Blue) = 133+96+12=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85600C is #7A9FF3. Grayscale: #616161. Windows color (decimal): -8036340 or 811141. OLE color: 811141.

HSL color Cylindrical-coordinate representation of color #85600C: hue angle of 41.65º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85600C is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1339612-
CMYK00.280.910.48
HSL41.65º83.45%28.43%-
HSV(B)41.65º90.98%52.16%-
XYZ13.9213.382.2-
YUV97.4979.76153.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=55.19%
G=39.83%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133961200.280.910.4841.6583.4528.43
Hex8560C01C5B302a531c
Octal20514014034133605212334
Binary10000101110000011000111001011011110000101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85600C; }

 p { color: rgb(133,96,12); }

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

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

 a { background-color: rgb(133,96,12); }

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

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

 span { border-color: rgb(133,96,12); }

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