Shades of Saddle Brown #952C07
Tints of Saddle Brown #952C07
RGB
CMYK
RGB Variations
Color information
#952C07 (or 0x952C07) is known color: Saddle Brown. HEX triplet: 95, 2C and 07. RGB value is (149,44,7). Sum of RGB (Red+Green+Blue) = 149+44+7=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C07 is #6AD3F8. Grayscale: #474747. Windows color (decimal): -7001081 or 470165. OLE color: 470165.
HSL color Cylindrical-coordinate representation of color #952C07: hue angle of 15.63º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952C07 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 7 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.42 |
| HSL | 15.63º | 0.91% | 0.31% | - |
| HSV(B) | 15.63º | 0.95% | 0.58% | - |
| XYZ | 13.33 | 8.21 | 1.08 | - |
| YUV | 71.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 7 | 0 | 0.70 | 0.95 | 0.42 | 15.63 | 0.91 | 0.31 |
| Hex | 95 | 2C | 7 | 0 | 46 | 5F | 2A | 10 | 5B | 1F |
| Octal | 225 | 54 | 7 | 0 | 106 | 137 | 52 | 20 | 133 | 37 |
| Binary | 10010101 | 101100 | 111 | 0 | 1000110 | 1011111 | 101010 | 10000 | 1011011 | 11111 |
Color Harmonies of #952C07
Complementary color
Monochromatic Colors of #952C07
Black with #952C07
Text Example
Text Example
White with #952C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C07; }
p { color: rgb(149,44,7); }
H1.HeaderClassName
{
color: #952C07;
}
.AnyTagClassName
{
color: #952C07;
}
</style>
background-color css
<style>
a { background-color: #952C07; }
a { background-color: rgb(149,44,7); }
div.DivClassName
{
background-color: #952C07;
}
.BgClassName
{
background-color: #952C07;
}
</style>
border-color css
<style>
span { border-color: #952C07; }
span { border-color: rgb(149,44,7); }
td.TdClassName
{
border-color: #952C07;
}
.TagClassName
{
border-color: #952C07;
}
</style>