Shades of Saddle Brown #7F350B
Tints of Saddle Brown #7F350B
RGB
CMYK
RGB Variations
Color information
#7F350B (or 0x7F350B) is known color: Saddle Brown. HEX triplet: 7F, 35 and 0B. RGB value is (127,53,11). Sum of RGB (Red+Green+Blue) = 127+53+11=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F350B is #80CAF4. Grayscale: #464646. Windows color (decimal): -8440565 or 734591. OLE color: 734591.
HSL color Cylindrical-coordinate representation of color #7F350B: hue angle of 21.72º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F350B is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 11 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.50 |
| HSL | 21.72º | 0.84% | 0.27% | - |
| HSV(B) | 21.72º | 0.91% | 0.5% | - |
| XYZ | 10.09 | 7.08 | 1.15 | - |
| YUV | 70.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 11 | 0 | 0.58 | 0.91 | 0.50 | 21.72 | 0.84 | 0.27 |
| Hex | 7F | 35 | B | 0 | 3A | 5B | 32 | 16 | 54 | 1B |
| Octal | 177 | 65 | 13 | 0 | 72 | 133 | 62 | 26 | 124 | 33 |
| Binary | 1111111 | 110101 | 1011 | 0 | 111010 | 1011011 | 110010 | 10110 | 1010100 | 11011 |
Color Harmonies of #7F350B
Complementary color
Monochromatic Colors of #7F350B
Black with #7F350B
Text Example
Text Example
White with #7F350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F350B; }
p { color: rgb(127,53,11); }
H1.HeaderClassName
{
color: #7F350B;
}
.AnyTagClassName
{
color: #7F350B;
}
</style>
background-color css
<style>
a { background-color: #7F350B; }
a { background-color: rgb(127,53,11); }
div.DivClassName
{
background-color: #7F350B;
}
.BgClassName
{
background-color: #7F350B;
}
</style>
border-color css
<style>
span { border-color: #7F350B; }
span { border-color: rgb(127,53,11); }
td.TdClassName
{
border-color: #7F350B;
}
.TagClassName
{
border-color: #7F350B;
}
</style>