#855113

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

Shades of Saddle Brown #855113

Tints of Saddle Brown #855113

Color information

#855113 (or 0x855113) is unknown color: approx Saddle Brown. HEX triplet: 85, 51 and 13. RGB value is (133,81,19). Sum of RGB (Red+Green+Blue) = 133+81+19=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855113 is #7AAEEC. Grayscale: #595959. Windows color (decimal): -8040173 or 1266053. OLE color: 1266053.

HSL color Cylindrical-coordinate representation of color #855113: hue angle of 32.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855113 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1338119-
CMYK00.390.860.48
HSL32.63º75%29.8%-
HSV(B)32.63º85.71%52.16%-
XYZ12.7310.922.05-
YUV89.4888.23159.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=57.08%
G=34.76%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133811900.390.860.4832.637529.8
Hex8551130275630214b1e
Octal20512123047126604111336
Binary1000010110100011001101001111010110110000100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855113; }

 p { color: rgb(133,81,19); }

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

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

 a { background-color: rgb(133,81,19); }

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

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

 span { border-color: rgb(133,81,19); }

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