#953004

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

Shades of Saddle Brown #953004

Tints of Saddle Brown #953004

Color information

#953004 (or 0x953004) is unknown color: approx Saddle Brown. HEX triplet: 95, 30 and 04. RGB value is (149,48,4). Sum of RGB (Red+Green+Blue) = 149+48+4=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #953004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953004 is #6ACFFB. Grayscale: #494949. Windows color (decimal): -7000060 or 274581. OLE color: 274581.

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

Color convert

RGB149484-
CMYK00.680.970.42
HSL18.21º94.77%30%-
HSV(B)18.21º97.32%58.43%-
XYZ13.478.511.05-
YUV73.1888.96182.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.13%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=74.13%
G=23.88%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14948400.680.970.4218.2194.7730
Hex95304044612A125f1e
Octal2256040104141522213736
Binary1001010111000010001000100110000110101010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953004; }

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

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

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

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

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

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

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

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