Shades of Ochre #CC7825
Tints of Ochre #CC7825
RGB
CMYK
RGB Variations
Color information
#CC7825 (or 0xCC7825) is known color: Ochre. HEX triplet: CC, 78 and 25. RGB value is (204,120,37). Sum of RGB (Red+Green+Blue) = 204+120+37=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7825 is #3387DA. Grayscale: #888888. Windows color (decimal): -3377115 or 2455756. OLE color: 2455756.
HSL color Cylindrical-coordinate representation of color #CC7825: hue angle of 29.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7825 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 37 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.2 |
| HSL | 29.82º | 0.69% | 0.47% | - |
| HSV(B) | 29.82º | 0.82% | 0.8% | - |
| XYZ | 31.95 | 26.4 | 5.16 | - |
| YUV | 135.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 37 | 0 | 0.41 | 0.82 | 0.2 | 29.82 | 0.69 | 0.47 |
| Hex | CC | 78 | 25 | 0 | 29 | 52 | 14 | 1E | 45 | 2F |
| Octal | 314 | 170 | 45 | 0 | 51 | 122 | 24 | 36 | 105 | 57 |
| Binary | 11001100 | 1111000 | 100101 | 0 | 101001 | 1010010 | 10100 | 11110 | 1000101 | 101111 |
Color Harmonies of #CC7825
Complementary color
Monochromatic Colors of #CC7825
Black with #CC7825
Text Example
Text Example
White with #CC7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7825; }
p { color: rgb(204,120,37); }
H1.HeaderClassName
{
color: #CC7825;
}
.AnyTagClassName
{
color: #CC7825;
}
</style>
background-color css
<style>
a { background-color: #CC7825; }
a { background-color: rgb(204,120,37); }
div.DivClassName
{
background-color: #CC7825;
}
.BgClassName
{
background-color: #CC7825;
}
</style>
border-color css
<style>
span { border-color: #CC7825; }
span { border-color: rgb(204,120,37); }
td.TdClassName
{
border-color: #CC7825;
}
.TagClassName
{
border-color: #CC7825;
}
</style>