Shades of Saddle Brown #923503
Tints of Saddle Brown #923503
RGB
CMYK
RGB Variations
Color information
#923503 (or 0x923503) is known color: Saddle Brown. HEX triplet: 92, 35 and 03. RGB value is (146,53,3). Sum of RGB (Red+Green+Blue) = 146+53+3=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #923503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923503 is #6DCAFC. Grayscale: #4B4B4B. Windows color (decimal): -7195389 or 210322. OLE color: 210322.
HSL color Cylindrical-coordinate representation of color #923503: hue angle of 20.98º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #923503 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 53 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.43 |
| HSL | 20.98º | 0.96% | 0.29% | - |
| HSV(B) | 20.98º | 0.98% | 0.57% | - |
| XYZ | 13.14 | 8.66 | 1.07 | - |
| YUV | 75.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 3 | 0 | 0.64 | 0.98 | 0.43 | 20.98 | 0.96 | 0.29 |
| Hex | 92 | 35 | 3 | 0 | 40 | 62 | 2B | 15 | 60 | 1D |
| Octal | 222 | 65 | 3 | 0 | 100 | 142 | 53 | 25 | 140 | 35 |
| Binary | 10010010 | 110101 | 11 | 0 | 1000000 | 1100010 | 101011 | 10101 | 1100000 | 11101 |
Color Harmonies of #923503
Complementary color
Monochromatic Colors of #923503
Black with #923503
Text Example
Text Example
White with #923503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923503; }
p { color: rgb(146,53,3); }
H1.HeaderClassName
{
color: #923503;
}
.AnyTagClassName
{
color: #923503;
}
</style>
background-color css
<style>
a { background-color: #923503; }
a { background-color: rgb(146,53,3); }
div.DivClassName
{
background-color: #923503;
}
.BgClassName
{
background-color: #923503;
}
</style>
border-color css
<style>
span { border-color: #923503; }
span { border-color: rgb(146,53,3); }
td.TdClassName
{
border-color: #923503;
}
.TagClassName
{
border-color: #923503;
}
</style>