#853C14

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

Shades of Saddle Brown #853C14

Tints of Saddle Brown #853C14

Color information

#853C14 (or 0x853C14) is unknown color: approx Saddle Brown. HEX triplet: 85, 3C and 14. RGB value is (133,60,20). Sum of RGB (Red+Green+Blue) = 133+60+20=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C14 is #7AC3EB. Grayscale: #4D4D4D. Windows color (decimal): -8045548 or 1326213. OLE color: 1326213.

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

Color convert

RGB1336020-
CMYK00.550.850.48
HSL21.24º73.86%30%-
HSV(B)21.24º84.96%52.16%-
XYZ11.418.271.66-
YUV77.2795.68167.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=62.44%
G=28.17%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133602000.550.850.4821.2473.8630
Hex853C140375530154a1e
Octal2057424067125602511236
Binary10000101111100101000110111101010111000010101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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