Shades of Ochre #C47427
Tints of Ochre #C47427
RGB
CMYK
RGB Variations
Color information
#C47427 (or 0xC47427) is known color: Ochre. HEX triplet: C4, 74 and 27. RGB value is (196,116,39). Sum of RGB (Red+Green+Blue) = 196+116+39=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C47427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47427 is #3B8BD8. Grayscale: #838383. Windows color (decimal): -3902425 or 2585796. OLE color: 2585796.
HSL color Cylindrical-coordinate representation of color #C47427: hue angle of 29.43º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C47427 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 39 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.23 |
| HSL | 29.43º | 0.67% | 0.46% | - |
| HSV(B) | 29.43º | 0.8% | 0.77% | - |
| XYZ | 29.38 | 24.37 | 5.08 | - |
| YUV | 131.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 39 | 0 | 0.41 | 0.80 | 0.23 | 29.43 | 0.67 | 0.46 |
| Hex | C4 | 74 | 27 | 0 | 29 | 50 | 17 | 1D | 43 | 2E |
| Octal | 304 | 164 | 47 | 0 | 51 | 120 | 27 | 35 | 103 | 56 |
| Binary | 11000100 | 1110100 | 100111 | 0 | 101001 | 1010000 | 10111 | 11101 | 1000011 | 101110 |
Color Harmonies of #C47427
Complementary color
Monochromatic Colors of #C47427
Black with #C47427
Text Example
Text Example
White with #C47427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47427; }
p { color: rgb(196,116,39); }
H1.HeaderClassName
{
color: #C47427;
}
.AnyTagClassName
{
color: #C47427;
}
</style>
background-color css
<style>
a { background-color: #C47427; }
a { background-color: rgb(196,116,39); }
div.DivClassName
{
background-color: #C47427;
}
.BgClassName
{
background-color: #C47427;
}
</style>
border-color css
<style>
span { border-color: #C47427; }
span { border-color: rgb(196,116,39); }
td.TdClassName
{
border-color: #C47427;
}
.TagClassName
{
border-color: #C47427;
}
</style>