#904A1D

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

Shades of Saddle Brown #904A1D

Tints of Saddle Brown #904A1D

Color information

#904A1D (or 0x904A1D) is unknown color: approx Saddle Brown. HEX triplet: 90, 4A and 1D. RGB value is (144,74,29). Sum of RGB (Red+Green+Blue) = 144+74+29=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #904A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A1D is #6FB5E2. Grayscale: #5A5A5A. Windows color (decimal): -7321059 or 1919632. OLE color: 1919632.

HSL color Cylindrical-coordinate representation of color #904A1D: hue angle of 23.48º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #904A1D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1447429-
CMYK00.490.800.44
HSL23.48º66.47%33.92%-
HSV(B)23.48º79.86%56.47%-
XYZ14.1710.922.52-
YUV89.893.69166.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 29 (11.72% from 255) = 11.74%
R=58.30%
G=29.96%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144742900.490.800.4423.4866.4733.92
Hex904A1D031502C174222
Octal22011235061120542710242
Binary1001000010010101110101100011010000101100101111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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