#853D16

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

Shades of Saddle Brown #853D16

Tints of Saddle Brown #853D16

Color information

#853D16 (or 0x853D16) is unknown color: approx Saddle Brown. HEX triplet: 85, 3D and 16. RGB value is (133,61,22). Sum of RGB (Red+Green+Blue) = 133+61+22=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #853D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D16 is #7AC2E9. Grayscale: #4E4E4E. Windows color (decimal): -8045290 or 1457541. OLE color: 1457541.

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

Color convert

RGB1336122-
CMYK00.540.830.48
HSL21.08º71.61%30.39%-
HSV(B)21.08º83.46%52.16%-
XYZ11.498.381.77-
YUV78.0896.35167.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=61.57%
G=28.24%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133612200.540.830.4821.0871.6130.39
Hex853D16036533015481e
Octal2057526066123602511036
Binary10000101111101101100110110101001111000010101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,61,22); }

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

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

 a { background-color: rgb(133,61,22); }

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

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

 span { border-color: rgb(133,61,22); }

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