Shades of Ochre #CB7224
Tints of Ochre #CB7224
RGB
CMYK
RGB Variations
Color information
#CB7224 (or 0xCB7224) is known color: Ochre. HEX triplet: CB, 72 and 24. RGB value is (203,114,36). Sum of RGB (Red+Green+Blue) = 203+114+36=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7224 is #348DDB. Grayscale: #848484. Windows color (decimal): -3444188 or 2388683. OLE color: 2388683.
HSL color Cylindrical-coordinate representation of color #CB7224: hue angle of 28.02º degrees, saturation: 0.7, 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 #CB7224 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 36 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.20 |
| HSL | 28.02º | 0.7% | 0.47% | - |
| HSV(B) | 28.02º | 0.82% | 0.8% | - |
| XYZ | 30.96 | 24.86 | 4.84 | - |
| YUV | 131.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 36 | 0 | 0.44 | 0.82 | 0.20 | 28.02 | 0.7 | 0.47 |
| Hex | CB | 72 | 24 | 0 | 2C | 52 | 14 | 1C | 46 | 2F |
| Octal | 313 | 162 | 44 | 0 | 54 | 122 | 24 | 34 | 106 | 57 |
| Binary | 11001011 | 1110010 | 100100 | 0 | 101100 | 1010010 | 10100 | 11100 | 1000110 | 101111 |
Color Harmonies of #CB7224
Complementary color
Monochromatic Colors of #CB7224
Black with #CB7224
Text Example
Text Example
White with #CB7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7224; }
p { color: rgb(203,114,36); }
H1.HeaderClassName
{
color: #CB7224;
}
.AnyTagClassName
{
color: #CB7224;
}
</style>
background-color css
<style>
a { background-color: #CB7224; }
a { background-color: rgb(203,114,36); }
div.DivClassName
{
background-color: #CB7224;
}
.BgClassName
{
background-color: #CB7224;
}
</style>
border-color css
<style>
span { border-color: #CB7224; }
span { border-color: rgb(203,114,36); }
td.TdClassName
{
border-color: #CB7224;
}
.TagClassName
{
border-color: #CB7224;
}
</style>