#853E10

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

Shades of Saddle Brown #853E10

Tints of Saddle Brown #853E10

Color information

#853E10 (or 0x853E10) is unknown color: approx Saddle Brown. HEX triplet: 85, 3E and 10. RGB value is (133,62,16). Sum of RGB (Red+Green+Blue) = 133+62+16=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #853E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853E10 is #7AC1EF. Grayscale: #4E4E4E. Windows color (decimal): -8045040 or 1064581. OLE color: 1064581.

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

Color convert

RGB1336216-
CMYK00.530.880.48
HSL23.59º78.52%29.22%-
HSV(B)23.59º87.97%52.16%-
XYZ11.498.471.52-
YUV77.9893.02167.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.03%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=63.03%
G=29.38%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133621600.530.880.4823.5978.5229.22
Hex853E100355830184f1d
Octal2057620065130603011735
Binary10000101111110100000110101101100011000011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,62,16); }

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

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

 a { background-color: rgb(133,62,16); }

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

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

 span { border-color: rgb(133,62,16); }

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