#933009

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

Shades of Saddle Brown #933009

Tints of Saddle Brown #933009

Color information

#933009 (or 0x933009) is unknown color: approx Saddle Brown. HEX triplet: 93, 30 and 09. RGB value is (147,48,9). Sum of RGB (Red+Green+Blue) = 147+48+9=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #933009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933009 is #6CCFF6. Grayscale: #494949. Windows color (decimal): -7131127 or 602259. OLE color: 602259.

HSL color Cylindrical-coordinate representation of color #933009: hue angle of 16.96º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #933009 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB147489-
CMYK00.670.940.42
HSL16.96º88.46%30.59%-
HSV(B)16.96º93.88%57.65%-
XYZ13.148.341.18-
YUV73.1591.8180.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.06%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 9 (3.91% from 255) = 4.41%
R=72.06%
G=23.53%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14748900.670.940.4216.9688.4630.59
Hex933090435E2A11581f
Octal22360110103136522113037
Binary10010011110000100101000011101111010101010001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933009; }

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

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

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

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

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

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

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

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