Shades of Burnt Umber #7D2F23
Tints of Burnt Umber #7D2F23
RGB
CMYK
RGB Variations
Color information
#7D2F23 (or 0x7D2F23) is known color: Burnt Umber. HEX triplet: 7D, 2F and 23. RGB value is (125,47,35). Sum of RGB (Red+Green+Blue) = 125+47+35=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F23 is #82D0DC. Grayscale: #454545. Windows color (decimal): -8573149 or 2305917. OLE color: 2305917.
HSL color Cylindrical-coordinate representation of color #7D2F23: hue angle of 8º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2F23 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 47 | 35 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.51 |
| HSL | 8º | 0.56% | 0.31% | - |
| HSV(B) | 8º | 0.72% | 0.49% | - |
| XYZ | 9.78 | 6.51 | 2.33 | - |
| YUV | 68.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 47 | 35 | 0 | 0.62 | 0.72 | 0.51 | 8 | 0.56 | 0.31 |
| Hex | 7D | 2F | 23 | 0 | 3E | 48 | 33 | 8 | 38 | 1F |
| Octal | 175 | 57 | 43 | 0 | 76 | 110 | 63 | 10 | 70 | 37 |
| Binary | 1111101 | 101111 | 100011 | 0 | 111110 | 1001000 | 110011 | 1000 | 111000 | 11111 |
Color Harmonies of #7D2F23
Complementary color
Monochromatic Colors of #7D2F23
Black with #7D2F23
Text Example
Text Example
White with #7D2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2F23; }
p { color: rgb(125,47,35); }
H1.HeaderClassName
{
color: #7D2F23;
}
.AnyTagClassName
{
color: #7D2F23;
}
</style>
background-color css
<style>
a { background-color: #7D2F23; }
a { background-color: rgb(125,47,35); }
div.DivClassName
{
background-color: #7D2F23;
}
.BgClassName
{
background-color: #7D2F23;
}
</style>
border-color css
<style>
span { border-color: #7D2F23; }
span { border-color: rgb(125,47,35); }
td.TdClassName
{
border-color: #7D2F23;
}
.TagClassName
{
border-color: #7D2F23;
}
</style>