#853810

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

Shades of Saddle Brown #853810

Tints of Saddle Brown #853810

Color information

#853810 (or 0x853810) is unknown color: approx Saddle Brown. HEX triplet: 85, 38 and 10. RGB value is (133,56,16). Sum of RGB (Red+Green+Blue) = 133+56+16=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #853810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853810 is #7AC7EF. Grayscale: #4A4A4A. Windows color (decimal): -8046576 or 1063045. OLE color: 1063045.

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

Color convert

RGB1335616-
CMYK00.580.880.48
HSL20.51º78.52%29.22%-
HSV(B)20.51º87.97%52.16%-
XYZ11.187.851.42-
YUV74.4695.01169.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=64.88%
G=27.32%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133561600.580.880.4820.5178.5229.22
Hex85381003A5830154f1d
Octal2057020072130602511735
Binary10000101111000100000111010101100011000010101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853810; }

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

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

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

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

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

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

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

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