#99320E

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

Shades of Saddle Brown #99320E

Tints of Saddle Brown #99320E

Color information

#99320E (or 0x99320E) is unknown color: approx Saddle Brown. HEX triplet: 99, 32 and 0E. RGB value is (153,50,14). Sum of RGB (Red+Green+Blue) = 153+50+14=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99320E is #66CDF1. Grayscale: #4C4C4C. Windows color (decimal): -6737394 or 930457. OLE color: 930457.

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

Color convert

RGB1535014-
CMYK00.670.910.4
HSL15.54º83.23%32.75%-
HSV(B)15.54º90.85%60%-
XYZ14.369.091.41-
YUV76.6992.62182.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=70.51%
G=23.04%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153501400.670.910.415.5483.2332.75
Hex9932E0435B28105321
Octal23162160103133502012341
Binary100110011100101110010000111011011101000100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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