Shades of Ochre #C77525
Tints of Ochre #C77525
RGB
CMYK
RGB Variations
Color information
#C77525 (or 0xC77525) is known color: Ochre. HEX triplet: C7, 75 and 25. RGB value is (199,117,37). Sum of RGB (Red+Green+Blue) = 199+117+37=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C77525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77525 is #388ADA. Grayscale: #848484. Windows color (decimal): -3705563 or 2454983. OLE color: 2454983.
HSL color Cylindrical-coordinate representation of color #C77525: hue angle of 29.63º 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 #C77525 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 37 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.22 |
| HSL | 29.63º | 0.69% | 0.46% | - |
| HSV(B) | 29.63º | 0.81% | 0.78% | - |
| XYZ | 30.25 | 25 | 4.98 | - |
| YUV | 132.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 37 | 0 | 0.41 | 0.81 | 0.22 | 29.63 | 0.69 | 0.46 |
| Hex | C7 | 75 | 25 | 0 | 29 | 51 | 16 | 1E | 45 | 2E |
| Octal | 307 | 165 | 45 | 0 | 51 | 121 | 26 | 36 | 105 | 56 |
| Binary | 11000111 | 1110101 | 100101 | 0 | 101001 | 1010001 | 10110 | 11110 | 1000101 | 101110 |
Color Harmonies of #C77525
Complementary color
Monochromatic Colors of #C77525
Black with #C77525
Text Example
Text Example
White with #C77525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77525; }
p { color: rgb(199,117,37); }
H1.HeaderClassName
{
color: #C77525;
}
.AnyTagClassName
{
color: #C77525;
}
</style>
background-color css
<style>
a { background-color: #C77525; }
a { background-color: rgb(199,117,37); }
div.DivClassName
{
background-color: #C77525;
}
.BgClassName
{
background-color: #C77525;
}
</style>
border-color css
<style>
span { border-color: #C77525; }
span { border-color: rgb(199,117,37); }
td.TdClassName
{
border-color: #C77525;
}
.TagClassName
{
border-color: #C77525;
}
</style>