#993C15

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

Shades of Saddle Brown #993C15

Tints of Saddle Brown #993C15

Color information

#993C15 (or 0x993C15) is unknown color: approx Saddle Brown. HEX triplet: 99, 3C and 15. RGB value is (153,60,21). Sum of RGB (Red+Green+Blue) = 153+60+21=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C15 is #66C3EA. Grayscale: #535353. Windows color (decimal): -6734827 or 1391769. OLE color: 1391769.

HSL color Cylindrical-coordinate representation of color #993C15: hue angle of 17.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #993C15 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1536021-
CMYK00.610.860.4
HSL17.73º75.86%34.12%-
HSV(B)17.73º86.27%60%-
XYZ14.8910.061.87-
YUV83.3692.81177.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=65.38%
G=25.64%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153602100.610.860.417.7375.8634.12
Hex993C1503D5628124c22
Octal2317425075126502211442
Binary100110011111001010101111011010110101000100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,60,21); }

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

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

 a { background-color: rgb(153,60,21); }

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

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

 span { border-color: rgb(153,60,21); }

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