#854416

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

Shades of Saddle Brown #854416

Tints of Saddle Brown #854416

Color information

#854416 (or 0x854416) is unknown color: approx Saddle Brown. HEX triplet: 85, 44 and 16. RGB value is (133,68,22). Sum of RGB (Red+Green+Blue) = 133+68+22=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #854416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854416 is #7ABBE9. Grayscale: #525252. Windows color (decimal): -8043498 or 1459333. OLE color: 1459333.

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

Color convert

RGB1336822-
CMYK00.490.830.48
HSL24.86º71.61%30.39%-
HSV(B)24.86º83.46%52.16%-
XYZ11.889.181.9-
YUV82.1994.03164.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=59.64%
G=30.49%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133682200.490.830.4824.8671.6130.39
Hex854416031533019481e
Octal20510426061123603111036
Binary100001011000100101100110001101001111000011001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854416; }

 p { color: rgb(133,68,22); }

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

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

 a { background-color: rgb(133,68,22); }

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

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

 span { border-color: rgb(133,68,22); }

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