#85490D

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

Shades of Saddle Brown #85490D

Tints of Saddle Brown #85490D

Color information

#85490D (or 0x85490D) is unknown color: approx Saddle Brown. HEX triplet: 85, 49 and 0D. RGB value is (133,73,13). Sum of RGB (Red+Green+Blue) = 133+73+13=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85490D is #7AB6F2. Grayscale: #545454. Windows color (decimal): -8042227 or 870789. OLE color: 870789.

HSL color Cylindrical-coordinate representation of color #85490D: hue angle of 30º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85490D is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1337313-
CMYK00.450.900.48
HSL30º82.19%28.63%-
HSV(B)30º90.23%52.16%-
XYZ12.139.781.63-
YUV84.187.88162.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=60.73%
G=33.33%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133731300.450.900.483082.1928.63
Hex8549D02D5A301e521d
Octal20511115055132603612235
Binary10000101100100111010101101101101011000011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85490D; }

 p { color: rgb(133,73,13); }

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

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

 a { background-color: rgb(133,73,13); }

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

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

 span { border-color: rgb(133,73,13); }

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