Shades of Ochre #CB742C
Tints of Ochre #CB742C
RGB
CMYK
RGB Variations
Color information
#CB742C (or 0xCB742C) is known color: Ochre. HEX triplet: CB, 74 and 2C. RGB value is (203,116,44). Sum of RGB (Red+Green+Blue) = 203+116+44=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB742C is #348BD3. Grayscale: #868686. Windows color (decimal): -3443668 or 2913483. OLE color: 2913483.
HSL color Cylindrical-coordinate representation of color #CB742C: hue angle of 27.17º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB742C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 44 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.20 |
| HSL | 27.17º | 0.64% | 0.48% | - |
| HSV(B) | 27.17º | 0.78% | 0.8% | - |
| XYZ | 31.33 | 25.37 | 5.63 | - |
| YUV | 133.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 44 | 0 | 0.43 | 0.78 | 0.20 | 27.17 | 0.64 | 0.48 |
| Hex | CB | 74 | 2C | 0 | 2B | 4E | 14 | 1B | 40 | 30 |
| Octal | 313 | 164 | 54 | 0 | 53 | 116 | 24 | 33 | 100 | 60 |
| Binary | 11001011 | 1110100 | 101100 | 0 | 101011 | 1001110 | 10100 | 11011 | 1000000 | 110000 |
Color Harmonies of #CB742C
Complementary color
Monochromatic Colors of #CB742C
Black with #CB742C
Text Example
Text Example
White with #CB742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB742C; }
p { color: rgb(203,116,44); }
H1.HeaderClassName
{
color: #CB742C;
}
.AnyTagClassName
{
color: #CB742C;
}
</style>
background-color css
<style>
a { background-color: #CB742C; }
a { background-color: rgb(203,116,44); }
div.DivClassName
{
background-color: #CB742C;
}
.BgClassName
{
background-color: #CB742C;
}
</style>
border-color css
<style>
span { border-color: #CB742C; }
span { border-color: rgb(203,116,44); }
td.TdClassName
{
border-color: #CB742C;
}
.TagClassName
{
border-color: #CB742C;
}
</style>