#85480E

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

Shades of Saddle Brown #85480E

Tints of Saddle Brown #85480E

Color information

#85480E (or 0x85480E) is unknown color: approx Saddle Brown. HEX triplet: 85, 48 and 0E. RGB value is (133,72,14). Sum of RGB (Red+Green+Blue) = 133+72+14=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85480E is #7AB7F1. Grayscale: #535353. Windows color (decimal): -8042482 or 936069. OLE color: 936069.

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

Color convert

RGB1337214-
CMYK00.460.890.48
HSL29.24º80.95%28.82%-
HSV(B)29.24º89.47%52.16%-
XYZ12.079.651.64-
YUV83.6388.71163.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 14 (5.86% from 255) = 6.39%
R=60.73%
G=32.88%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133721400.460.890.4829.2480.9528.82
Hex8548E02E59301d511d
Octal20511016056131603512135
Binary10000101100100011100101110101100111000011101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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