Shades of Ochre #CB721F
Tints of Ochre #CB721F
RGB
CMYK
RGB Variations
Color information
#CB721F (or 0xCB721F) is known color: Ochre. HEX triplet: CB, 72 and 1F. RGB value is (203,114,31). Sum of RGB (Red+Green+Blue) = 203+114+31=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB721F is #348DE0. Grayscale: #838383. Windows color (decimal): -3444193 or 2061003. OLE color: 2061003.
HSL color Cylindrical-coordinate representation of color #CB721F: hue angle of 28.95º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB721F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 31 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.20 |
| HSL | 28.95º | 0.74% | 0.46% | - |
| HSV(B) | 28.95º | 0.85% | 0.8% | - |
| XYZ | 30.89 | 24.83 | 4.46 | - |
| YUV | 131.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 31 | 0 | 0.44 | 0.85 | 0.20 | 28.95 | 0.74 | 0.46 |
| Hex | CB | 72 | 1F | 0 | 2C | 55 | 14 | 1D | 4A | 2E |
| Octal | 313 | 162 | 37 | 0 | 54 | 125 | 24 | 35 | 112 | 56 |
| Binary | 11001011 | 1110010 | 11111 | 0 | 101100 | 1010101 | 10100 | 11101 | 1001010 | 101110 |
Color Harmonies of #CB721F
Complementary color
Monochromatic Colors of #CB721F
Black with #CB721F
Text Example
Text Example
White with #CB721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB721F; }
p { color: rgb(203,114,31); }
H1.HeaderClassName
{
color: #CB721F;
}
.AnyTagClassName
{
color: #CB721F;
}
</style>
background-color css
<style>
a { background-color: #CB721F; }
a { background-color: rgb(203,114,31); }
div.DivClassName
{
background-color: #CB721F;
}
.BgClassName
{
background-color: #CB721F;
}
</style>
border-color css
<style>
span { border-color: #CB721F; }
span { border-color: rgb(203,114,31); }
td.TdClassName
{
border-color: #CB721F;
}
.TagClassName
{
border-color: #CB721F;
}
</style>