Shades of Raw Umber #72430F
Tints of Raw Umber #72430F
RGB
CMYK
RGB Variations
Color information
#72430F (or 0x72430F) is known color: Raw Umber. HEX triplet: 72, 43 and 0F. RGB value is (114,67,15). Sum of RGB (Red+Green+Blue) = 114+67+15=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430F is #8DBCF0. Grayscale: #4B4B4B. Windows color (decimal): -9288945 or 1000306. OLE color: 1000306.
HSL color Cylindrical-coordinate representation of color #72430F: hue angle of 31.52º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72430F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 15 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.55 |
| HSL | 31.52º | 0.77% | 0.25% | - |
| HSV(B) | 31.52º | 0.87% | 0.45% | - |
| XYZ | 9.03 | 7.63 | 1.45 | - |
| YUV | 75.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 15 | 0 | 0.41 | 0.87 | 0.55 | 31.52 | 0.77 | 0.25 |
| Hex | 72 | 43 | F | 0 | 29 | 57 | 37 | 20 | 4D | 19 |
| Octal | 162 | 103 | 17 | 0 | 51 | 127 | 67 | 40 | 115 | 31 |
| Binary | 1110010 | 1000011 | 1111 | 0 | 101001 | 1010111 | 110111 | 100000 | 1001101 | 11001 |
Color Harmonies of #72430F
Complementary color
Monochromatic Colors of #72430F
Black with #72430F
Text Example
Text Example
White with #72430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72430F; }
p { color: rgb(114,67,15); }
H1.HeaderClassName
{
color: #72430F;
}
.AnyTagClassName
{
color: #72430F;
}
</style>
background-color css
<style>
a { background-color: #72430F; }
a { background-color: rgb(114,67,15); }
div.DivClassName
{
background-color: #72430F;
}
.BgClassName
{
background-color: #72430F;
}
</style>
border-color css
<style>
span { border-color: #72430F; }
span { border-color: rgb(114,67,15); }
td.TdClassName
{
border-color: #72430F;
}
.TagClassName
{
border-color: #72430F;
}
</style>