#85600B

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

Shades of Golden Brown #85600B

Tints of Golden Brown #85600B

Color information

#85600B (or 0x85600B) is unknown color: approx Golden Brown. HEX triplet: 85, 60 and 0B. RGB value is (133,96,11). Sum of RGB (Red+Green+Blue) = 133+96+11=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #85600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85600B is #7A9FF4. Grayscale: #616161. Windows color (decimal): -8036341 or 745605. OLE color: 745605.

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

Color convert

RGB1339611-
CMYK00.280.920.48
HSL41.8º84.72%28.24%-
HSV(B)41.8º91.73%52.16%-
XYZ13.9213.382.17-
YUV97.3779.26153.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 4.58%
R=55.42%
G=40%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133961100.280.920.4841.884.7228.24
Hex8560B01C5C302a551c
Octal20514013034134605212534
Binary10000101110000010110111001011100110000101010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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