#99320C

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

Shades of Saddle Brown #99320C

Tints of Saddle Brown #99320C

Color information

#99320C (or 0x99320C) is unknown color: approx Saddle Brown. HEX triplet: 99, 32 and 0C. RGB value is (153,50,12). Sum of RGB (Red+Green+Blue) = 153+50+12=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99320C is #66CDF3. Grayscale: #4C4C4C. Windows color (decimal): -6737396 or 799385. OLE color: 799385.

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

Color convert

RGB1535012-
CMYK00.670.920.4
HSL16.17º85.45%32.35%-
HSV(B)16.17º92.16%60%-
XYZ14.349.081.34-
YUV76.4691.62182.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=71.16%
G=23.26%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153501200.670.920.416.1785.4532.35
Hex9932C0435C28105520
Octal23162140103134502012540
Binary100110011100101100010000111011100101000100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99320C; }

 p { color: rgb(153,50,12); }

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

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

 a { background-color: rgb(153,50,12); }

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

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

 span { border-color: rgb(153,50,12); }

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