Shades of Saddle Brown #7F2D02
Tints of Saddle Brown #7F2D02
RGB
CMYK
RGB Variations
Color information
#7F2D02 (or 0x7F2D02) is known color: Saddle Brown. HEX triplet: 7F, 2D and 02. RGB value is (127,45,2). Sum of RGB (Red+Green+Blue) = 127+45+2=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2D02 is #80D2FD. Grayscale: #404040. Windows color (decimal): -8442622 or 142719. OLE color: 142719.
HSL color Cylindrical-coordinate representation of color #7F2D02: hue angle of 20.64º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F2D02 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 2 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.50 |
| HSL | 20.64º | 0.97% | 0.25% | - |
| HSV(B) | 20.64º | 0.98% | 0.5% | - |
| XYZ | 9.7 | 6.39 | 0.78 | - |
| YUV | 64.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 2 | 0 | 0.65 | 0.98 | 0.50 | 20.64 | 0.97 | 0.25 |
| Hex | 7F | 2D | 2 | 0 | 41 | 62 | 32 | 15 | 61 | 19 |
| Octal | 177 | 55 | 2 | 0 | 101 | 142 | 62 | 25 | 141 | 31 |
| Binary | 1111111 | 101101 | 10 | 0 | 1000001 | 1100010 | 110010 | 10101 | 1100001 | 11001 |
Color Harmonies of #7F2D02
Complementary color
Monochromatic Colors of #7F2D02
Black with #7F2D02
Text Example
Text Example
White with #7F2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D02; }
p { color: rgb(127,45,2); }
H1.HeaderClassName
{
color: #7F2D02;
}
.AnyTagClassName
{
color: #7F2D02;
}
</style>
background-color css
<style>
a { background-color: #7F2D02; }
a { background-color: rgb(127,45,2); }
div.DivClassName
{
background-color: #7F2D02;
}
.BgClassName
{
background-color: #7F2D02;
}
</style>
border-color css
<style>
span { border-color: #7F2D02; }
span { border-color: rgb(127,45,2); }
td.TdClassName
{
border-color: #7F2D02;
}
.TagClassName
{
border-color: #7F2D02;
}
</style>