#853818

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

Shades of Saddle Brown #853818

Tints of Saddle Brown #853818

Color information

#853818 (or 0x853818) is unknown color: approx Saddle Brown. HEX triplet: 85, 38 and 18. RGB value is (133,56,24). Sum of RGB (Red+Green+Blue) = 133+56+24=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853818 is #7AC7E7. Grayscale: #4B4B4B. Windows color (decimal): -8046568 or 1587333. OLE color: 1587333.

HSL color Cylindrical-coordinate representation of color #853818: hue angle of 17.61º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #853818 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB1335624-
CMYK00.580.820.48
HSL17.61º69.43%30.78%-
HSV(B)17.61º81.95%52.16%-
XYZ11.257.881.79-
YUV75.3899.01169.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=62.44%
G=26.29%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133562400.580.820.4817.6169.4330.78
Hex85381803A523012451f
Octal2057030072122602210537
Binary10000101111000110000111010101001011000010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853818; }

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

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

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

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

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

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

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

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