Shades of Ochre #CB7C25
Tints of Ochre #CB7C25
RGB
CMYK
RGB Variations
Color information
#CB7C25 (or 0xCB7C25) is known color: Ochre. HEX triplet: CB, 7C and 25. RGB value is (203,124,37). Sum of RGB (Red+Green+Blue) = 203+124+37=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C25 is #3483DA. Grayscale: #8A8A8A. Windows color (decimal): -3441627 or 2456779. OLE color: 2456779.
HSL color Cylindrical-coordinate representation of color #CB7C25: hue angle of 31.45º 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 #CB7C25 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 37 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.20 |
| HSL | 31.45º | 0.69% | 0.47% | - |
| HSV(B) | 31.45º | 0.82% | 0.8% | - |
| XYZ | 32.17 | 27.25 | 5.31 | - |
| YUV | 137.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 37 | 0 | 0.39 | 0.82 | 0.20 | 31.45 | 0.69 | 0.47 |
| Hex | CB | 7C | 25 | 0 | 27 | 52 | 14 | 1F | 45 | 2F |
| Octal | 313 | 174 | 45 | 0 | 47 | 122 | 24 | 37 | 105 | 57 |
| Binary | 11001011 | 1111100 | 100101 | 0 | 100111 | 1010010 | 10100 | 11111 | 1000101 | 101111 |
Color Harmonies of #CB7C25
Complementary color
Monochromatic Colors of #CB7C25
Black with #CB7C25
Text Example
Text Example
White with #CB7C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C25; }
p { color: rgb(203,124,37); }
H1.HeaderClassName
{
color: #CB7C25;
}
.AnyTagClassName
{
color: #CB7C25;
}
</style>
background-color css
<style>
a { background-color: #CB7C25; }
a { background-color: rgb(203,124,37); }
div.DivClassName
{
background-color: #CB7C25;
}
.BgClassName
{
background-color: #CB7C25;
}
</style>
border-color css
<style>
span { border-color: #CB7C25; }
span { border-color: rgb(203,124,37); }
td.TdClassName
{
border-color: #CB7C25;
}
.TagClassName
{
border-color: #CB7C25;
}
</style>