#993308

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

Shades of Saddle Brown #993308

Tints of Saddle Brown #993308

Color information

#993308 (or 0x993308) is unknown color: approx Saddle Brown. HEX triplet: 99, 33 and 08. RGB value is (153,51,8). Sum of RGB (Red+Green+Blue) = 153+51+8=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #993308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993308 is #66CCF7. Grayscale: #4C4C4C. Windows color (decimal): -6737144 or 537497. OLE color: 537497.

HSL color Cylindrical-coordinate representation of color #993308: hue angle of 17.79º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #993308 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB153518-
CMYK00.670.950.4
HSL17.79º90.06%31.57%-
HSV(B)17.79º94.77%60%-
XYZ14.369.161.24-
YUV76.689.29182.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.17%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=72.17%
G=24.06%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15351800.670.950.417.7990.0631.57
Hex993380435F28125a20
Octal23163100103137502213240
Binary100110011100111000010000111011111101000100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993308; }

 p { color: rgb(153,51,8); }

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

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

 a { background-color: rgb(153,51,8); }

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

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

 span { border-color: rgb(153,51,8); }

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