#85440E

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

Shades of Saddle Brown #85440E

Tints of Saddle Brown #85440E

Color information

#85440E (or 0x85440E) is unknown color: approx Saddle Brown. HEX triplet: 85, 44 and 0E. RGB value is (133,68,14). Sum of RGB (Red+Green+Blue) = 133+68+14=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85440E is #7ABBF1. Grayscale: #515151. Windows color (decimal): -8043506 or 935045. OLE color: 935045.

HSL color Cylindrical-coordinate representation of color #85440E: hue angle of 27.23º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85440E is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1336814-
CMYK00.490.890.48
HSL27.23º80.95%28.82%-
HSV(B)27.23º89.47%52.16%-
XYZ11.829.151.56-
YUV81.2890.03164.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=61.86%
G=31.63%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133681400.490.890.4827.2380.9528.82
Hex8544E03159301b511d
Octal20510416061131603312135
Binary10000101100010011100110001101100111000011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85440E; }

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

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

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

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

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

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

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

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