#853F15

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

Shades of Saddle Brown #853F15

Tints of Saddle Brown #853F15

Color information

#853F15 (or 0x853F15) is unknown color: approx Saddle Brown. HEX triplet: 85, 3F and 15. RGB value is (133,63,21). Sum of RGB (Red+Green+Blue) = 133+63+21=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #853F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F15 is #7AC0EA. Grayscale: #4F4F4F. Windows color (decimal): -8044779 or 1392517. OLE color: 1392517.

HSL color Cylindrical-coordinate representation of color #853F15: hue angle of 22.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #853F15 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1336321-
CMYK00.530.840.48
HSL22.5º72.73%30.2%-
HSV(B)22.5º84.21%52.16%-
XYZ11.598.61.76-
YUV79.1495.19166.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=61.29%
G=29.03%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133632100.530.840.4822.572.7330.2
Hex853F15035543016491e
Octal2057725065124602611136
Binary10000101111111101010110101101010011000010110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853F15; }

 p { color: rgb(133,63,21); }

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

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

 a { background-color: rgb(133,63,21); }

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

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

 span { border-color: rgb(133,63,21); }

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