#853816

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

Shades of Saddle Brown #853816

Tints of Saddle Brown #853816

Color information

#853816 (or 0x853816) is unknown color: approx Saddle Brown. HEX triplet: 85, 38 and 16. RGB value is (133,56,22). Sum of RGB (Red+Green+Blue) = 133+56+22=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #853816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853816 is #7AC7E9. Grayscale: #4B4B4B. Windows color (decimal): -8046570 or 1456261. OLE color: 1456261.

HSL color Cylindrical-coordinate representation of color #853816: hue angle of 18.38º 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 #853816 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1335622-
CMYK00.580.830.48
HSL18.38º71.61%30.39%-
HSV(B)18.38º83.46%52.16%-
XYZ11.237.871.69-
YUV75.1598.01169.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.03%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=63.03%
G=26.54%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133562200.580.830.4818.3871.6130.39
Hex85381603A533012481e
Octal2057026072123602211036
Binary10000101111000101100111010101001111000010010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853816; }

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

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

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

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

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

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

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

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