#904F15

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

Shades of Saddle Brown #904F15

Tints of Saddle Brown #904F15

Color information

#904F15 (or 0x904F15) is unknown color: approx Saddle Brown. HEX triplet: 90, 4F and 15. RGB value is (144,79,21). Sum of RGB (Red+Green+Blue) = 144+79+21=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #904F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904F15 is #6FB0EA. Grayscale: #5C5C5C. Windows color (decimal): -7319787 or 1396624. OLE color: 1396624.

HSL color Cylindrical-coordinate representation of color #904F15: hue angle of 28.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904F15 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1447921-
CMYK00.450.850.44
HSL28.29º74.55%32.35%-
HSV(B)28.29º85.42%56.47%-
XYZ14.4311.582.18-
YUV91.8288.03165.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=59.02%
G=32.38%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144792100.450.850.4428.2974.5532.35
Hex904F1502D552C1c4b20
Octal22011725055125543411340
Binary1001000010011111010101011011010101101100111001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904F15; }

 p { color: rgb(144,79,21); }

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

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

 a { background-color: rgb(144,79,21); }

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

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

 span { border-color: rgb(144,79,21); }

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