Shades of Ochre #C77625
Tints of Ochre #C77625
RGB
CMYK
RGB Variations
Color information
#C77625 (or 0xC77625) is known color: Ochre. HEX triplet: C7, 76 and 25. RGB value is (199,118,37). Sum of RGB (Red+Green+Blue) = 199+118+37=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C77625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77625 is #3889DA. Grayscale: #858585. Windows color (decimal): -3705307 or 2455239. OLE color: 2455239.
HSL color Cylindrical-coordinate representation of color #C77625: hue angle of 30º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77625 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 37 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.22 |
| HSL | 30º | 0.69% | 0.46% | - |
| HSV(B) | 30º | 0.81% | 0.78% | - |
| XYZ | 30.37 | 25.23 | 5.02 | - |
| YUV | 132.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 37 | 0 | 0.41 | 0.81 | 0.22 | 30 | 0.69 | 0.46 |
| Hex | C7 | 76 | 25 | 0 | 29 | 51 | 16 | 1E | 45 | 2E |
| Octal | 307 | 166 | 45 | 0 | 51 | 121 | 26 | 36 | 105 | 56 |
| Binary | 11000111 | 1110110 | 100101 | 0 | 101001 | 1010001 | 10110 | 11110 | 1000101 | 101110 |
Color Harmonies of #C77625
Complementary color
Monochromatic Colors of #C77625
Black with #C77625
Text Example
Text Example
White with #C77625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77625; }
p { color: rgb(199,118,37); }
H1.HeaderClassName
{
color: #C77625;
}
.AnyTagClassName
{
color: #C77625;
}
</style>
background-color css
<style>
a { background-color: #C77625; }
a { background-color: rgb(199,118,37); }
div.DivClassName
{
background-color: #C77625;
}
.BgClassName
{
background-color: #C77625;
}
</style>
border-color css
<style>
span { border-color: #C77625; }
span { border-color: rgb(199,118,37); }
td.TdClassName
{
border-color: #C77625;
}
.TagClassName
{
border-color: #C77625;
}
</style>