#85370E

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

Shades of Saddle Brown #85370E

Tints of Saddle Brown #85370E

Color information

#85370E (or 0x85370E) is unknown color: approx Saddle Brown. HEX triplet: 85, 37 and 0E. RGB value is (133,55,14). Sum of RGB (Red+Green+Blue) = 133+55+14=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85370E is #7AC8F1. Grayscale: #494949. Windows color (decimal): -8046834 or 931717. OLE color: 931717.

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

Color convert

RGB1335514-
CMYK00.590.890.48
HSL20.67º80.95%28.82%-
HSV(B)20.67º89.47%52.16%-
XYZ11.127.751.33-
YUV73.6594.34170.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.84%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=65.84%
G=27.23%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133551400.590.890.4820.6780.9528.82
Hex8537E03B593015511d
Octal2056716073131602512135
Binary1000010111011111100111011101100111000010101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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