Shades of Saddle Brown #903303
Tints of Saddle Brown #903303
RGB
CMYK
RGB Variations
Color information
#903303 (or 0x903303) is known color: Saddle Brown. HEX triplet: 90, 33 and 03. RGB value is (144,51,3). Sum of RGB (Red+Green+Blue) = 144+51+3=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #903303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903303 is #6FCCFC. Grayscale: #494949. Windows color (decimal): -7326973 or 209808. OLE color: 209808.
HSL color Cylindrical-coordinate representation of color #903303: hue angle of 20.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #903303 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.44 |
| HSL | 20.43º | 0.96% | 0.29% | - |
| HSV(B) | 20.43º | 0.98% | 0.56% | - |
| XYZ | 12.7 | 8.3 | 1.02 | - |
| YUV | 73.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 3 | 0 | 0.65 | 0.98 | 0.44 | 20.43 | 0.96 | 0.29 |
| Hex | 90 | 33 | 3 | 0 | 41 | 62 | 2C | 14 | 60 | 1D |
| Octal | 220 | 63 | 3 | 0 | 101 | 142 | 54 | 24 | 140 | 35 |
| Binary | 10010000 | 110011 | 11 | 0 | 1000001 | 1100010 | 101100 | 10100 | 1100000 | 11101 |
Color Harmonies of #903303
Complementary color
Monochromatic Colors of #903303
Black with #903303
Text Example
Text Example
White with #903303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903303; }
p { color: rgb(144,51,3); }
H1.HeaderClassName
{
color: #903303;
}
.AnyTagClassName
{
color: #903303;
}
</style>
background-color css
<style>
a { background-color: #903303; }
a { background-color: rgb(144,51,3); }
div.DivClassName
{
background-color: #903303;
}
.BgClassName
{
background-color: #903303;
}
</style>
border-color css
<style>
span { border-color: #903303; }
span { border-color: rgb(144,51,3); }
td.TdClassName
{
border-color: #903303;
}
.TagClassName
{
border-color: #903303;
}
</style>