#853D0D

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

Shades of Saddle Brown #853D0D

Tints of Saddle Brown #853D0D

Color information

#853D0D (or 0x853D0D) is unknown color: approx Saddle Brown. HEX triplet: 85, 3D and 0D. RGB value is (133,61,13). Sum of RGB (Red+Green+Blue) = 133+61+13=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D0D is #7AC2F2. Grayscale: #4D4D4D. Windows color (decimal): -8045299 or 867717. OLE color: 867717.

HSL color Cylindrical-coordinate representation of color #853D0D: hue angle of 24º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #853D0D is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1336113-
CMYK00.540.900.48
HSL24º82.19%28.63%-
HSV(B)24º90.23%52.16%-
XYZ11.418.351.39-
YUV77.0691.85167.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=64.25%
G=29.47%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133611300.540.900.482482.1928.63
Hex853DD0365A3018521d
Octal2057515066132603012235
Binary1000010111110111010110110101101011000011000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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