Shades of Saddle Brown #993C03
Tints of Saddle Brown #993C03
RGB
CMYK
RGB Variations
Color information
#993C03 (or 0x993C03) is known color: Saddle Brown. HEX triplet: 99, 3C and 03. RGB value is (153,60,3). Sum of RGB (Red+Green+Blue) = 153+60+3=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #993C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C03 is #66C3FC. Grayscale: #515151. Windows color (decimal): -6734845 or 212121. OLE color: 212121.
HSL color Cylindrical-coordinate representation of color #993C03: hue angle of 22.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #993C03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.4 |
| HSL | 22.8º | 0.96% | 0.31% | - |
| HSV(B) | 22.8º | 0.98% | 0.6% | - |
| XYZ | 14.77 | 10.01 | 1.24 | - |
| YUV | 81.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 3 | 0 | 0.61 | 0.98 | 0.4 | 22.8 | 0.96 | 0.31 |
| Hex | 99 | 3C | 3 | 0 | 3D | 62 | 28 | 17 | 60 | 1F |
| Octal | 231 | 74 | 3 | 0 | 75 | 142 | 50 | 27 | 140 | 37 |
| Binary | 10011001 | 111100 | 11 | 0 | 111101 | 1100010 | 101000 | 10111 | 1100000 | 11111 |
Color Harmonies of #993C03
Complementary color
Monochromatic Colors of #993C03
Black with #993C03
Text Example
Text Example
White with #993C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C03; }
p { color: rgb(153,60,3); }
H1.HeaderClassName
{
color: #993C03;
}
.AnyTagClassName
{
color: #993C03;
}
</style>
background-color css
<style>
a { background-color: #993C03; }
a { background-color: rgb(153,60,3); }
div.DivClassName
{
background-color: #993C03;
}
.BgClassName
{
background-color: #993C03;
}
</style>
border-color css
<style>
span { border-color: #993C03; }
span { border-color: rgb(153,60,3); }
td.TdClassName
{
border-color: #993C03;
}
.TagClassName
{
border-color: #993C03;
}
</style>