#933004

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

Shades of Saddle Brown #933004

Tints of Saddle Brown #933004

Color information

#933004 (or 0x933004) is unknown color: approx Saddle Brown. HEX triplet: 93, 30 and 04. RGB value is (147,48,4). Sum of RGB (Red+Green+Blue) = 147+48+4=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #933004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933004 is #6CCFFB. Grayscale: #484848. Windows color (decimal): -7131132 or 274579. OLE color: 274579.

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

Color convert

RGB147484-
CMYK00.670.970.42
HSL18.46º94.7%29.61%-
HSV(B)18.46º97.28%57.65%-
XYZ13.118.331.03-
YUV72.5889.3181.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=73.87%
G=24.12%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14748400.670.970.4218.4694.729.61
Hex93304043612A125f1e
Octal2236040103141522213736
Binary1001001111000010001000011110000110101010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933004; }

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

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

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

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

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

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

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

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