#993A0C

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

Shades of Saddle Brown #993A0C

Tints of Saddle Brown #993A0C

Color information

#993A0C (or 0x993A0C) is unknown color: approx Saddle Brown. HEX triplet: 99, 3A and 0C. RGB value is (153,58,12). Sum of RGB (Red+Green+Blue) = 153+58+12=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A0C is #66C5F3. Grayscale: #515151. Windows color (decimal): -6735348 or 801433. OLE color: 801433.

HSL color Cylindrical-coordinate representation of color #993A0C: hue angle of 19.57º 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 #993A0C is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1535812-
CMYK00.620.920.4
HSL19.57º85.45%32.35%-
HSV(B)19.57º92.16%60%-
XYZ14.729.821.47-
YUV81.1688.97179.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.61%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=68.61%
G=26.01%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153581200.620.920.419.5785.4532.35
Hex993AC03E5C28145520
Octal2317214076134502412540
Binary10011001111010110001111101011100101000101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A0C; }

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

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

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

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

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

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

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

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