#99390E

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

Shades of Saddle Brown #99390E

Tints of Saddle Brown #99390E

Color information

#99390E (or 0x99390E) is unknown color: approx Saddle Brown. HEX triplet: 99, 39 and 0E. RGB value is (153,57,14). Sum of RGB (Red+Green+Blue) = 153+57+14=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #99390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99390E is #66C6F1. Grayscale: #515151. Windows color (decimal): -6735602 or 932249. OLE color: 932249.

HSL color Cylindrical-coordinate representation of color #99390E: hue angle of 18.56º 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 #99390E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB1535714-
CMYK00.630.910.4
HSL18.56º83.23%32.75%-
HSV(B)18.56º90.85%60%-
XYZ14.689.731.52-
YUV80.890.3179.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.30%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=68.30%
G=25.45%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153571400.630.910.418.5683.2332.75
Hex9939E03F5B28135321
Octal2317116077133502312341
Binary10011001111001111001111111011011101000100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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