Shades of Saddle Brown #903A02
Tints of Saddle Brown #903A02
RGB
CMYK
RGB Variations
Color information
#903A02 (or 0x903A02) is known color: Saddle Brown. HEX triplet: 90, 3A and 02. RGB value is (144,58,2). Sum of RGB (Red+Green+Blue) = 144+58+2=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #903A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903A02 is #6FC5FD. Grayscale: #4D4D4D. Windows color (decimal): -7325182 or 146064. OLE color: 146064.
HSL color Cylindrical-coordinate representation of color #903A02: hue angle of 23.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #903A02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.44 |
| HSL | 23.66º | 0.97% | 0.29% | - |
| HSV(B) | 23.66º | 0.99% | 0.56% | - |
| XYZ | 13.03 | 8.96 | 1.1 | - |
| YUV | 77.33 | 85.49 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 2 | 0 | 0.60 | 0.99 | 0.44 | 23.66 | 0.97 | 0.29 |
| Hex | 90 | 3A | 2 | 0 | 3C | 63 | 2C | 18 | 61 | 1D |
| Octal | 220 | 72 | 2 | 0 | 74 | 143 | 54 | 30 | 141 | 35 |
| Binary | 10010000 | 111010 | 10 | 0 | 111100 | 1100011 | 101100 | 11000 | 1100001 | 11101 |
Color Harmonies of #903A02
Complementary color
Monochromatic Colors of #903A02
Black with #903A02
Text Example
Text Example
White with #903A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A02; }
p { color: rgb(144,58,2); }
H1.HeaderClassName
{
color: #903A02;
}
.AnyTagClassName
{
color: #903A02;
}
</style>
background-color css
<style>
a { background-color: #903A02; }
a { background-color: rgb(144,58,2); }
div.DivClassName
{
background-color: #903A02;
}
.BgClassName
{
background-color: #903A02;
}
</style>
border-color css
<style>
span { border-color: #903A02; }
span { border-color: rgb(144,58,2); }
td.TdClassName
{
border-color: #903A02;
}
.TagClassName
{
border-color: #903A02;
}
</style>