Shades of Saddle Brown #952F02
Tints of Saddle Brown #952F02
RGB
CMYK
RGB Variations
Color information
#952F02 (or 0x952F02) is known color: Saddle Brown. HEX triplet: 95, 2F and 02. RGB value is (149,47,2). Sum of RGB (Red+Green+Blue) = 149+47+2=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F02 is #6AD0FD. Grayscale: #484848. Windows color (decimal): -7000318 or 143253. OLE color: 143253.
HSL color Cylindrical-coordinate representation of color #952F02: hue angle of 18.37º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #952F02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.42 |
| HSL | 18.37º | 0.97% | 0.3% | - |
| HSV(B) | 18.37º | 0.99% | 0.58% | - |
| XYZ | 13.42 | 8.43 | 0.98 | - |
| YUV | 72.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 2 | 0 | 0.68 | 0.99 | 0.42 | 18.37 | 0.97 | 0.3 |
| Hex | 95 | 2F | 2 | 0 | 44 | 63 | 2A | 12 | 61 | 1E |
| Octal | 225 | 57 | 2 | 0 | 104 | 143 | 52 | 22 | 141 | 36 |
| Binary | 10010101 | 101111 | 10 | 0 | 1000100 | 1100011 | 101010 | 10010 | 1100001 | 11110 |
Color Harmonies of #952F02
Complementary color
Monochromatic Colors of #952F02
Black with #952F02
Text Example
Text Example
White with #952F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F02; }
p { color: rgb(149,47,2); }
H1.HeaderClassName
{
color: #952F02;
}
.AnyTagClassName
{
color: #952F02;
}
</style>
background-color css
<style>
a { background-color: #952F02; }
a { background-color: rgb(149,47,2); }
div.DivClassName
{
background-color: #952F02;
}
.BgClassName
{
background-color: #952F02;
}
</style>
border-color css
<style>
span { border-color: #952F02; }
span { border-color: rgb(149,47,2); }
td.TdClassName
{
border-color: #952F02;
}
.TagClassName
{
border-color: #952F02;
}
</style>