#954404

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

Shades of Saddle Brown #954404

Tints of Saddle Brown #954404

Color information

#954404 (or 0x954404) is unknown color: approx Saddle Brown. HEX triplet: 95, 44 and 04. RGB value is (149,68,4). Sum of RGB (Red+Green+Blue) = 149+68+4=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #954404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954404 is #6ABBFB. Grayscale: #555555. Windows color (decimal): -6994940 or 279701. OLE color: 279701.

HSL color Cylindrical-coordinate representation of color #954404: hue angle of 26.48º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #954404 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149684-
CMYK00.540.970.42
HSL26.48º94.77%30%-
HSV(B)26.48º97.32%58.43%-
XYZ14.4810.531.38-
YUV84.9282.34173.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=67.42%
G=30.77%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14968400.540.970.4226.4894.7730
Hex95444036612A1a5f1e
Octal2251044066141523213736
Binary1001010110001001000110110110000110101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954404; }

 p { color: rgb(149,68,4); }

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

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

 a { background-color: rgb(149,68,4); }

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

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

 span { border-color: rgb(149,68,4); }

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