#904712

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

Shades of Saddle Brown #904712

Tints of Saddle Brown #904712

Color information

#904712 (or 0x904712) is unknown color: approx Saddle Brown. HEX triplet: 90, 47 and 12. RGB value is (144,71,18). Sum of RGB (Red+Green+Blue) = 144+71+18=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #904712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904712 is #6FB8ED. Grayscale: #575757. Windows color (decimal): -7321838 or 1197968. OLE color: 1197968.

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

Color convert

RGB1447118-
CMYK00.510.880.44
HSL25.24º77.78%31.76%-
HSV(B)25.24º87.5%56.47%-
XYZ13.8610.481.86-
YUV86.7989.18168.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.80%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=61.80%
G=30.47%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144711800.510.880.4425.2477.7831.76
Hex904712033582C194e20
Octal22010722063130543111640
Binary1001000010001111001001100111011000101100110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904712; }

 p { color: rgb(144,71,18); }

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

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

 a { background-color: rgb(144,71,18); }

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

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

 span { border-color: rgb(144,71,18); }

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