Shades of Ochre #C77825
Tints of Ochre #C77825
RGB
CMYK
RGB Variations
Color information
#C77825 (or 0xC77825) is known color: Ochre. HEX triplet: C7, 78 and 25. RGB value is (199,120,37). Sum of RGB (Red+Green+Blue) = 199+120+37=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C77825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77825 is #3887DA. Grayscale: #868686. Windows color (decimal): -3704795 or 2455751. OLE color: 2455751.
HSL color Cylindrical-coordinate representation of color #C77825: hue angle of 30.74º 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 #C77825 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 37 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.22 |
| HSL | 30.74º | 0.69% | 0.46% | - |
| HSV(B) | 30.74º | 0.81% | 0.78% | - |
| XYZ | 30.6 | 25.71 | 5.1 | - |
| YUV | 134.16 | 73.17 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 37 | 0 | 0.40 | 0.81 | 0.22 | 30.74 | 0.69 | 0.46 |
| Hex | C7 | 78 | 25 | 0 | 28 | 51 | 16 | 1F | 45 | 2E |
| Octal | 307 | 170 | 45 | 0 | 50 | 121 | 26 | 37 | 105 | 56 |
| Binary | 11000111 | 1111000 | 100101 | 0 | 101000 | 1010001 | 10110 | 11111 | 1000101 | 101110 |
Color Harmonies of #C77825
Complementary color
Monochromatic Colors of #C77825
Black with #C77825
Text Example
Text Example
White with #C77825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77825; }
p { color: rgb(199,120,37); }
H1.HeaderClassName
{
color: #C77825;
}
.AnyTagClassName
{
color: #C77825;
}
</style>
background-color css
<style>
a { background-color: #C77825; }
a { background-color: rgb(199,120,37); }
div.DivClassName
{
background-color: #C77825;
}
.BgClassName
{
background-color: #C77825;
}
</style>
border-color css
<style>
span { border-color: #C77825; }
span { border-color: rgb(199,120,37); }
td.TdClassName
{
border-color: #C77825;
}
.TagClassName
{
border-color: #C77825;
}
</style>