#854113

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

Shades of Saddle Brown #854113

Tints of Saddle Brown #854113

Color information

#854113 (or 0x854113) is unknown color: approx Saddle Brown. HEX triplet: 85, 41 and 13. RGB value is (133,65,19). Sum of RGB (Red+Green+Blue) = 133+65+19=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #854113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854113 is #7ABEEC. Grayscale: #505050. Windows color (decimal): -8044269 or 1261957. OLE color: 1261957.

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

Color convert

RGB1336519-
CMYK00.510.860.48
HSL24.21º75%29.8%-
HSV(B)24.21º85.71%52.16%-
XYZ11.688.811.7-
YUV80.0993.53165.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=61.29%
G=29.95%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133651900.510.860.4824.217529.8
Hex8541130335630184b1e
Octal20510123063126603011336
Binary100001011000001100110110011101011011000011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854113; }

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

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

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

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

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

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

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

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