Shades of Ochre #CB7119
Tints of Ochre #CB7119
RGB
CMYK
RGB Variations
Color information
#CB7119 (or 0xCB7119) is known color: Ochre. HEX triplet: CB, 71 and 19. RGB value is (203,113,25). Sum of RGB (Red+Green+Blue) = 203+113+25=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7119 is #348EE6. Grayscale: #828282. Windows color (decimal): -3444455 or 1667531. OLE color: 1667531.
HSL color Cylindrical-coordinate representation of color #CB7119: hue angle of 29.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB7119 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.20 |
| HSL | 29.66º | 0.78% | 0.45% | - |
| HSV(B) | 29.66º | 0.88% | 0.8% | - |
| XYZ | 30.71 | 24.58 | 4.04 | - |
| YUV | 129.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 25 | 0 | 0.44 | 0.88 | 0.20 | 29.66 | 0.78 | 0.45 |
| Hex | CB | 71 | 19 | 0 | 2C | 58 | 14 | 1E | 4E | 2D |
| Octal | 313 | 161 | 31 | 0 | 54 | 130 | 24 | 36 | 116 | 55 |
| Binary | 11001011 | 1110001 | 11001 | 0 | 101100 | 1011000 | 10100 | 11110 | 1001110 | 101101 |
Color Harmonies of #CB7119
Complementary color
Monochromatic Colors of #CB7119
Black with #CB7119
Text Example
Text Example
White with #CB7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7119; }
p { color: rgb(203,113,25); }
H1.HeaderClassName
{
color: #CB7119;
}
.AnyTagClassName
{
color: #CB7119;
}
</style>
background-color css
<style>
a { background-color: #CB7119; }
a { background-color: rgb(203,113,25); }
div.DivClassName
{
background-color: #CB7119;
}
.BgClassName
{
background-color: #CB7119;
}
</style>
border-color css
<style>
span { border-color: #CB7119; }
span { border-color: rgb(203,113,25); }
td.TdClassName
{
border-color: #CB7119;
}
.TagClassName
{
border-color: #CB7119;
}
</style>