Shades of Ochre #CB7F25
Tints of Ochre #CB7F25
RGB
CMYK
RGB Variations
Color information
#CB7F25 (or 0xCB7F25) is known color: Ochre. HEX triplet: CB, 7F and 25. RGB value is (203,127,37). Sum of RGB (Red+Green+Blue) = 203+127+37=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F25 is #3480DA. Grayscale: #8B8B8B. Windows color (decimal): -3440859 or 2457547. OLE color: 2457547.
HSL color Cylindrical-coordinate representation of color #CB7F25: hue angle of 32.53º 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 #CB7F25 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 37 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.20 |
| HSL | 32.53º | 0.69% | 0.47% | - |
| HSV(B) | 32.53º | 0.82% | 0.8% | - |
| XYZ | 32.55 | 28.01 | 5.44 | - |
| YUV | 139.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 37 | 0 | 0.37 | 0.82 | 0.20 | 32.53 | 0.69 | 0.47 |
| Hex | CB | 7F | 25 | 0 | 25 | 52 | 14 | 21 | 45 | 2F |
| Octal | 313 | 177 | 45 | 0 | 45 | 122 | 24 | 41 | 105 | 57 |
| Binary | 11001011 | 1111111 | 100101 | 0 | 100101 | 1010010 | 10100 | 100001 | 1000101 | 101111 |
Color Harmonies of #CB7F25
Complementary color
Monochromatic Colors of #CB7F25
Black with #CB7F25
Text Example
Text Example
White with #CB7F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F25; }
p { color: rgb(203,127,37); }
H1.HeaderClassName
{
color: #CB7F25;
}
.AnyTagClassName
{
color: #CB7F25;
}
</style>
background-color css
<style>
a { background-color: #CB7F25; }
a { background-color: rgb(203,127,37); }
div.DivClassName
{
background-color: #CB7F25;
}
.BgClassName
{
background-color: #CB7F25;
}
</style>
border-color css
<style>
span { border-color: #CB7F25; }
span { border-color: rgb(203,127,37); }
td.TdClassName
{
border-color: #CB7F25;
}
.TagClassName
{
border-color: #CB7F25;
}
</style>