#904706

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

Shades of Saddle Brown #904706

Tints of Saddle Brown #904706

Color information

#904706 (or 0x904706) is unknown color: approx Saddle Brown. HEX triplet: 90, 47 and 06. RGB value is (144,71,6). Sum of RGB (Red+Green+Blue) = 144+71+6=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #904706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904706 is #6FB8F9. Grayscale: #555555. Windows color (decimal): -7321850 or 411536. OLE color: 411536.

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

Color convert

RGB144716-
CMYK00.510.960.44
HSL28.26º92%29.41%-
HSV(B)28.26º95.83%56.47%-
XYZ13.7910.451.46-
YUV85.4283.18169.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.16%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=65.16%
G=32.13%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14471600.510.960.4428.269229.41
Hex90476033602C1c5c1d
Octal2201076063140543413435
Binary1001000010001111100110011110000010110011100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904706; }

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

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

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

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

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

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

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

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