Shades of Ochre #C7730D
Tints of Ochre #C7730D
RGB
CMYK
RGB Variations
Color information
#C7730D (or 0xC7730D) is known color: Ochre. HEX triplet: C7, 73 and 0D. RGB value is (199,115,13). Sum of RGB (Red+Green+Blue) = 199+115+13=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7730D is #388CF2. Grayscale: #808080. Windows color (decimal): -3706099 or 881607. OLE color: 881607.
HSL color Cylindrical-coordinate representation of color #C7730D: hue angle of 32.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7730D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 13 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.22 |
| HSL | 32.9º | 0.88% | 0.42% | - |
| HSV(B) | 32.9º | 0.93% | 0.78% | - |
| XYZ | 29.76 | 24.43 | 3.53 | - |
| YUV | 128.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 13 | 0 | 0.42 | 0.93 | 0.22 | 32.9 | 0.88 | 0.42 |
| Hex | C7 | 73 | D | 0 | 2A | 5D | 16 | 21 | 58 | 2A |
| Octal | 307 | 163 | 15 | 0 | 52 | 135 | 26 | 41 | 130 | 52 |
| Binary | 11000111 | 1110011 | 1101 | 0 | 101010 | 1011101 | 10110 | 100001 | 1011000 | 101010 |
Color Harmonies of #C7730D
Complementary color
Monochromatic Colors of #C7730D
Black with #C7730D
Text Example
Text Example
White with #C7730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7730D; }
p { color: rgb(199,115,13); }
H1.HeaderClassName
{
color: #C7730D;
}
.AnyTagClassName
{
color: #C7730D;
}
</style>
background-color css
<style>
a { background-color: #C7730D; }
a { background-color: rgb(199,115,13); }
div.DivClassName
{
background-color: #C7730D;
}
.BgClassName
{
background-color: #C7730D;
}
</style>
border-color css
<style>
span { border-color: #C7730D; }
span { border-color: rgb(199,115,13); }
td.TdClassName
{
border-color: #C7730D;
}
.TagClassName
{
border-color: #C7730D;
}
</style>