Shades of Ochre #CB722B
Tints of Ochre #CB722B
RGB
CMYK
RGB Variations
Color information
#CB722B (or 0xCB722B) is known color: Ochre. HEX triplet: CB, 72 and 2B. RGB value is (203,114,43). Sum of RGB (Red+Green+Blue) = 203+114+43=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB722B is #348DD4. Grayscale: #848484. Windows color (decimal): -3444181 or 2847435. OLE color: 2847435.
HSL color Cylindrical-coordinate representation of color #CB722B: hue angle of 26.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB722B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 43 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.20 |
| HSL | 26.63º | 0.65% | 0.48% | - |
| HSV(B) | 26.63º | 0.79% | 0.8% | - |
| XYZ | 31.08 | 24.91 | 5.45 | - |
| YUV | 132.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 43 | 0 | 0.44 | 0.79 | 0.20 | 26.63 | 0.65 | 0.48 |
| Hex | CB | 72 | 2B | 0 | 2C | 4F | 14 | 1B | 41 | 30 |
| Octal | 313 | 162 | 53 | 0 | 54 | 117 | 24 | 33 | 101 | 60 |
| Binary | 11001011 | 1110010 | 101011 | 0 | 101100 | 1001111 | 10100 | 11011 | 1000001 | 110000 |
Color Harmonies of #CB722B
Complementary color
Monochromatic Colors of #CB722B
Black with #CB722B
Text Example
Text Example
White with #CB722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB722B; }
p { color: rgb(203,114,43); }
H1.HeaderClassName
{
color: #CB722B;
}
.AnyTagClassName
{
color: #CB722B;
}
</style>
background-color css
<style>
a { background-color: #CB722B; }
a { background-color: rgb(203,114,43); }
div.DivClassName
{
background-color: #CB722B;
}
.BgClassName
{
background-color: #CB722B;
}
</style>
border-color css
<style>
span { border-color: #CB722B; }
span { border-color: rgb(203,114,43); }
td.TdClassName
{
border-color: #CB722B;
}
.TagClassName
{
border-color: #CB722B;
}
</style>