Shades of Saddle Brown #952C03
Tints of Saddle Brown #952C03
RGB
CMYK
RGB Variations
Color information
#952C03 (or 0x952C03) is known color: Saddle Brown. HEX triplet: 95, 2C and 03. RGB value is (149,44,3). Sum of RGB (Red+Green+Blue) = 149+44+3=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C03 is #6AD3FC. Grayscale: #464646. Windows color (decimal): -7001085 or 208021. OLE color: 208021.
HSL color Cylindrical-coordinate representation of color #952C03: hue angle of 16.85º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #952C03 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.42 |
| HSL | 16.85º | 0.96% | 0.3% | - |
| HSV(B) | 16.85º | 0.98% | 0.58% | - |
| XYZ | 13.31 | 8.2 | 0.97 | - |
| YUV | 70.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 3 | 0 | 0.70 | 0.98 | 0.42 | 16.85 | 0.96 | 0.3 |
| Hex | 95 | 2C | 3 | 0 | 46 | 62 | 2A | 11 | 60 | 1E |
| Octal | 225 | 54 | 3 | 0 | 106 | 142 | 52 | 21 | 140 | 36 |
| Binary | 10010101 | 101100 | 11 | 0 | 1000110 | 1100010 | 101010 | 10001 | 1100000 | 11110 |
Color Harmonies of #952C03
Complementary color
Monochromatic Colors of #952C03
Black with #952C03
Text Example
Text Example
White with #952C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C03; }
p { color: rgb(149,44,3); }
H1.HeaderClassName
{
color: #952C03;
}
.AnyTagClassName
{
color: #952C03;
}
</style>
background-color css
<style>
a { background-color: #952C03; }
a { background-color: rgb(149,44,3); }
div.DivClassName
{
background-color: #952C03;
}
.BgClassName
{
background-color: #952C03;
}
</style>
border-color css
<style>
span { border-color: #952C03; }
span { border-color: rgb(149,44,3); }
td.TdClassName
{
border-color: #952C03;
}
.TagClassName
{
border-color: #952C03;
}
</style>