Shades of Ochre #C77929
Tints of Ochre #C77929
RGB
CMYK
RGB Variations
Color information
#C77929 (or 0xC77929) is known color: Ochre. HEX triplet: C7, 79 and 29. RGB value is (199,121,41). Sum of RGB (Red+Green+Blue) = 199+121+41=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C77929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77929 is #3886D6. Grayscale: #878787. Windows color (decimal): -3704535 or 2718151. OLE color: 2718151.
HSL color Cylindrical-coordinate representation of color #C77929: hue angle of 30.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C77929 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 41 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.22 |
| HSL | 30.38º | 0.66% | 0.47% | - |
| HSV(B) | 30.38º | 0.79% | 0.78% | - |
| XYZ | 30.79 | 25.98 | 5.49 | - |
| YUV | 135.2 | 74.84 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 41 | 0 | 0.39 | 0.79 | 0.22 | 30.38 | 0.66 | 0.47 |
| Hex | C7 | 79 | 29 | 0 | 27 | 4F | 16 | 1E | 42 | 2F |
| Octal | 307 | 171 | 51 | 0 | 47 | 117 | 26 | 36 | 102 | 57 |
| Binary | 11000111 | 1111001 | 101001 | 0 | 100111 | 1001111 | 10110 | 11110 | 1000010 | 101111 |
Color Harmonies of #C77929
Complementary color
Monochromatic Colors of #C77929
Black with #C77929
Text Example
Text Example
White with #C77929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77929; }
p { color: rgb(199,121,41); }
H1.HeaderClassName
{
color: #C77929;
}
.AnyTagClassName
{
color: #C77929;
}
</style>
background-color css
<style>
a { background-color: #C77929; }
a { background-color: rgb(199,121,41); }
div.DivClassName
{
background-color: #C77929;
}
.BgClassName
{
background-color: #C77929;
}
</style>
border-color css
<style>
span { border-color: #C77929; }
span { border-color: rgb(199,121,41); }
td.TdClassName
{
border-color: #C77929;
}
.TagClassName
{
border-color: #C77929;
}
</style>