Shades of Raw Umber #5C430D
Tints of Raw Umber #5C430D
RGB
CMYK
RGB Variations
Color information
#5C430D (or 0x5C430D) is known color: Raw Umber. HEX triplet: 5C, 43 and 0D. RGB value is (92,67,13). Sum of RGB (Red+Green+Blue) = 92+67+13=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C430D is #A3BCF2. Grayscale: #444444. Windows color (decimal): -10730739 or 869212. OLE color: 869212.
HSL color Cylindrical-coordinate representation of color #5C430D: hue angle of 41.01º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C430D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 13 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.64 |
| HSL | 41.01º | 0.75% | 0.21% | - |
| HSV(B) | 41.01º | 0.86% | 0.36% | - |
| XYZ | 6.49 | 6.32 | 1.26 | - |
| YUV | 68.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 13 | 0 | 0.27 | 0.86 | 0.64 | 41.01 | 0.75 | 0.21 |
| Hex | 5C | 43 | D | 0 | 1B | 56 | 40 | 29 | 4B | 15 |
| Octal | 134 | 103 | 15 | 0 | 33 | 126 | 100 | 51 | 113 | 25 |
| Binary | 1011100 | 1000011 | 1101 | 0 | 11011 | 1010110 | 1000000 | 101001 | 1001011 | 10101 |
Color Harmonies of #5C430D
Complementary color
Monochromatic Colors of #5C430D
Black with #5C430D
Text Example
Text Example
White with #5C430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C430D; }
p { color: rgb(92,67,13); }
H1.HeaderClassName
{
color: #5C430D;
}
.AnyTagClassName
{
color: #5C430D;
}
</style>
background-color css
<style>
a { background-color: #5C430D; }
a { background-color: rgb(92,67,13); }
div.DivClassName
{
background-color: #5C430D;
}
.BgClassName
{
background-color: #5C430D;
}
</style>
border-color css
<style>
span { border-color: #5C430D; }
span { border-color: rgb(92,67,13); }
td.TdClassName
{
border-color: #5C430D;
}
.TagClassName
{
border-color: #5C430D;
}
</style>