#904A19

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

Shades of Saddle Brown #904A19

Tints of Saddle Brown #904A19

Color information

#904A19 (or 0x904A19) is unknown color: approx Saddle Brown. HEX triplet: 90, 4A and 19. RGB value is (144,74,25). Sum of RGB (Red+Green+Blue) = 144+74+25=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #904A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904A19 is #6FB5E6. Grayscale: #595959. Windows color (decimal): -7321063 or 1657488. OLE color: 1657488.

HSL color Cylindrical-coordinate representation of color #904A19: hue angle of 24.71º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #904A19 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1447425-
CMYK00.490.830.44
HSL24.71º70.41%33.14%-
HSV(B)24.71º82.64%56.47%-
XYZ14.1310.92.28-
YUV89.3491.69166.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=59.26%
G=30.45%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144742500.490.830.4424.7170.4133.14
Hex904A19031532C194621
Octal22011231061123543110641
Binary1001000010010101100101100011010011101100110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,25); }

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

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

 a { background-color: rgb(144,74,25); }

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

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

 span { border-color: rgb(144,74,25); }

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