#904000

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

Shades of Saddle Brown #904000

Tints of Saddle Brown #904000

Color information

#904000 (or 0x904000) is unknown color: approx Saddle Brown. HEX triplet: 90, 40 and 00. RGB value is (144,64,0). Sum of RGB (Red+Green+Blue) = 144+64+0=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #904000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904000 is #6FBFFF. Grayscale: #505050. Windows color (decimal): -7323648 or 16528. OLE color: 16528.

HSL color Cylindrical-coordinate representation of color #904000: hue angle of 26.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #904000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB144640-
CMYK00.5610.44
HSL26.67º100%28.24%-
HSV(B)26.67º100%56.47%-
XYZ13.339.61.15-
YUV80.6282.5173.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.23%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.23%
G=30.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14464000.5610.4426.6710028.24
Hex90400038642C1b641c
Octal2201000070144543314434
Binary10010000100000000111000110010010110011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904000; }

 p { color: rgb(144,64,0); }

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

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

 a { background-color: rgb(144,64,0); }

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

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

 span { border-color: rgb(144,64,0); }

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