#853811

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

Shades of Saddle Brown #853811

Tints of Saddle Brown #853811

Color information

#853811 (or 0x853811) is unknown color: approx Saddle Brown. HEX triplet: 85, 38 and 11. RGB value is (133,56,17). Sum of RGB (Red+Green+Blue) = 133+56+17=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853811 is #7AC7EE. Grayscale: #4A4A4A. Windows color (decimal): -8046575 or 1128581. OLE color: 1128581.

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

Color convert

RGB1335617-
CMYK00.580.870.48
HSL20.17º77.33%29.41%-
HSV(B)20.17º87.22%52.16%-
XYZ11.197.861.46-
YUV74.5895.51169.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=64.56%
G=27.18%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133561700.580.870.4820.1777.3329.41
Hex85381103A5730144d1d
Octal2057021072127602411535
Binary10000101111000100010111010101011111000010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853811; }

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

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

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

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

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

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

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

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