Shades of Ochre #C47D24
Tints of Ochre #C47D24
RGB
CMYK
RGB Variations
Color information
#C47D24 (or 0xC47D24) is known color: Ochre. HEX triplet: C4, 7D and 24. RGB value is (196,125,36). Sum of RGB (Red+Green+Blue) = 196+125+36=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D24 is #3B82DB. Grayscale: #888888. Windows color (decimal): -3900124 or 2391492. OLE color: 2391492.
HSL color Cylindrical-coordinate representation of color #C47D24: hue angle of 33.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C47D24 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 36 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.23 |
| HSL | 33.38º | 0.69% | 0.45% | - |
| HSV(B) | 33.38º | 0.82% | 0.77% | - |
| XYZ | 30.42 | 26.53 | 5.19 | - |
| YUV | 136.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 36 | 0 | 0.36 | 0.82 | 0.23 | 33.38 | 0.69 | 0.45 |
| Hex | C4 | 7D | 24 | 0 | 24 | 52 | 17 | 21 | 45 | 2D |
| Octal | 304 | 175 | 44 | 0 | 44 | 122 | 27 | 41 | 105 | 55 |
| Binary | 11000100 | 1111101 | 100100 | 0 | 100100 | 1010010 | 10111 | 100001 | 1000101 | 101101 |
Color Harmonies of #C47D24
Complementary color
Monochromatic Colors of #C47D24
Black with #C47D24
Text Example
Text Example
White with #C47D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D24; }
p { color: rgb(196,125,36); }
H1.HeaderClassName
{
color: #C47D24;
}
.AnyTagClassName
{
color: #C47D24;
}
</style>
background-color css
<style>
a { background-color: #C47D24; }
a { background-color: rgb(196,125,36); }
div.DivClassName
{
background-color: #C47D24;
}
.BgClassName
{
background-color: #C47D24;
}
</style>
border-color css
<style>
span { border-color: #C47D24; }
span { border-color: rgb(196,125,36); }
td.TdClassName
{
border-color: #C47D24;
}
.TagClassName
{
border-color: #C47D24;
}
</style>