#853C17

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

Shades of Saddle Brown #853C17

Tints of Saddle Brown #853C17

Color information

#853C17 (or 0x853C17) is unknown color: approx Saddle Brown. HEX triplet: 85, 3C and 17. RGB value is (133,60,23). Sum of RGB (Red+Green+Blue) = 133+60+23=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #853C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C17 is #7AC3E8. Grayscale: #4D4D4D. Windows color (decimal): -8045545 or 1522821. OLE color: 1522821.

HSL color Cylindrical-coordinate representation of color #853C17: hue angle of 20.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #853C17 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1336023-
CMYK00.550.830.48
HSL20.18º70.51%30.59%-
HSV(B)20.18º82.71%52.16%-
XYZ11.448.281.81-
YUV77.6197.18167.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 23 (9.38% from 255) = 10.65%
R=61.57%
G=27.78%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133602300.550.830.4820.1870.5130.59
Hex853C17037533014471f
Octal2057427067123602410737
Binary10000101111100101110110111101001111000010100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,60,23); }

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

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

 a { background-color: rgb(133,60,23); }

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

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

 span { border-color: rgb(133,60,23); }

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