#854513

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

Shades of Saddle Brown #854513

Tints of Saddle Brown #854513

Color information

#854513 (or 0x854513) is unknown color: approx Saddle Brown. HEX triplet: 85, 45 and 13. RGB value is (133,69,19). Sum of RGB (Red+Green+Blue) = 133+69+19=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854513 is #7ABAEC. Grayscale: #525252. Windows color (decimal): -8043245 or 1262981. OLE color: 1262981.

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

Color convert

RGB1336919-
CMYK00.480.860.48
HSL26.32º75%29.8%-
HSV(B)26.32º85.71%52.16%-
XYZ11.929.291.78-
YUV82.4492.2164.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=60.18%
G=31.22%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133691900.480.860.4826.327529.8
Hex85451303056301a4b1e
Octal20510523060126603211336
Binary100001011000101100110110000101011011000011010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854513; }

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

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

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

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

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

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

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

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