Shades of Ochre #C4710B
Tints of Ochre #C4710B
RGB
CMYK
RGB Variations
Color information
#C4710B (or 0xC4710B) is known color: Ochre. HEX triplet: C4, 71 and 0B. RGB value is (196,113,11). Sum of RGB (Red+Green+Blue) = 196+113+11=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4710B is #3B8EF4. Grayscale: #7E7E7E. Windows color (decimal): -3903221 or 750020. OLE color: 750020.
HSL color Cylindrical-coordinate representation of color #C4710B: hue angle of 33.08º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4710B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.23 |
| HSL | 33.08º | 0.89% | 0.41% | - |
| HSV(B) | 33.08º | 0.94% | 0.77% | - |
| XYZ | 28.73 | 23.57 | 3.35 | - |
| YUV | 126.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 11 | 0 | 0.42 | 0.94 | 0.23 | 33.08 | 0.89 | 0.41 |
| Hex | C4 | 71 | B | 0 | 2A | 5E | 17 | 21 | 59 | 29 |
| Octal | 304 | 161 | 13 | 0 | 52 | 136 | 27 | 41 | 131 | 51 |
| Binary | 11000100 | 1110001 | 1011 | 0 | 101010 | 1011110 | 10111 | 100001 | 1011001 | 101001 |
Color Harmonies of #C4710B
Complementary color
Monochromatic Colors of #C4710B
Black with #C4710B
Text Example
Text Example
White with #C4710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4710B; }
p { color: rgb(196,113,11); }
H1.HeaderClassName
{
color: #C4710B;
}
.AnyTagClassName
{
color: #C4710B;
}
</style>
background-color css
<style>
a { background-color: #C4710B; }
a { background-color: rgb(196,113,11); }
div.DivClassName
{
background-color: #C4710B;
}
.BgClassName
{
background-color: #C4710B;
}
</style>
border-color css
<style>
span { border-color: #C4710B; }
span { border-color: rgb(196,113,11); }
td.TdClassName
{
border-color: #C4710B;
}
.TagClassName
{
border-color: #C4710B;
}
</style>