Shades of Ochre #C7841D
Tints of Ochre #C7841D
RGB
CMYK
RGB Variations
Color information
#C7841D (or 0xC7841D) is known color: Ochre. HEX triplet: C7, 84 and 1D. RGB value is (199,132,29). Sum of RGB (Red+Green+Blue) = 199+132+29=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7841D is #387BE2. Grayscale: #8C8C8C. Windows color (decimal): -3701731 or 1934535. OLE color: 1934535.
HSL color Cylindrical-coordinate representation of color #C7841D: hue angle of 36.35º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7841D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 29 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.22 |
| HSL | 36.35º | 0.75% | 0.45% | - |
| HSV(B) | 36.35º | 0.85% | 0.78% | - |
| XYZ | 32.03 | 28.73 | 5.02 | - |
| YUV | 140.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 29 | 0 | 0.34 | 0.85 | 0.22 | 36.35 | 0.75 | 0.45 |
| Hex | C7 | 84 | 1D | 0 | 22 | 55 | 16 | 24 | 4B | 2D |
| Octal | 307 | 204 | 35 | 0 | 42 | 125 | 26 | 44 | 113 | 55 |
| Binary | 11000111 | 10000100 | 11101 | 0 | 100010 | 1010101 | 10110 | 100100 | 1001011 | 101101 |
Color Harmonies of #C7841D
Complementary color
Monochromatic Colors of #C7841D
Black with #C7841D
Text Example
Text Example
White with #C7841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7841D; }
p { color: rgb(199,132,29); }
H1.HeaderClassName
{
color: #C7841D;
}
.AnyTagClassName
{
color: #C7841D;
}
</style>
background-color css
<style>
a { background-color: #C7841D; }
a { background-color: rgb(199,132,29); }
div.DivClassName
{
background-color: #C7841D;
}
.BgClassName
{
background-color: #C7841D;
}
</style>
border-color css
<style>
span { border-color: #C7841D; }
span { border-color: rgb(199,132,29); }
td.TdClassName
{
border-color: #C7841D;
}
.TagClassName
{
border-color: #C7841D;
}
</style>