#954304

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

Shades of Saddle Brown #954304

Tints of Saddle Brown #954304

Color information

#954304 (or 0x954304) is unknown color: approx Saddle Brown. HEX triplet: 95, 43 and 04. RGB value is (149,67,4). Sum of RGB (Red+Green+Blue) = 149+67+4=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #954304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954304 is #6ABCFB. Grayscale: #545454. Windows color (decimal): -6995196 or 279445. OLE color: 279445.

HSL color Cylindrical-coordinate representation of color #954304: hue angle of 26.07º 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 #954304 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149674-
CMYK00.550.970.42
HSL26.07º94.77%30%-
HSV(B)26.07º97.32%58.43%-
XYZ14.4210.411.36-
YUV84.3482.67174.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 4 (1.95% from 255) = 1.82%
R=67.73%
G=30.45%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14967400.550.970.4226.0794.7730
Hex95434037612A1a5f1e
Octal2251034067141523213736
Binary1001010110000111000110111110000110101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954304; }

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

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

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

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

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

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

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

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