Shades of Ochre #CB742D
Tints of Ochre #CB742D
RGB
CMYK
RGB Variations
Color information
#CB742D (or 0xCB742D) is known color: Ochre. HEX triplet: CB, 74 and 2D. RGB value is (203,116,45). Sum of RGB (Red+Green+Blue) = 203+116+45=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB742D is #348BD2. Grayscale: #868686. Windows color (decimal): -3443667 or 2979019. OLE color: 2979019.
HSL color Cylindrical-coordinate representation of color #CB742D: hue angle of 26.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB742D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.20 |
| HSL | 26.96º | 0.64% | 0.49% | - |
| HSV(B) | 26.96º | 0.78% | 0.8% | - |
| XYZ | 31.35 | 25.38 | 5.73 | - |
| YUV | 133.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 45 | 0 | 0.43 | 0.78 | 0.20 | 26.96 | 0.64 | 0.49 |
| Hex | CB | 74 | 2D | 0 | 2B | 4E | 14 | 1B | 40 | 31 |
| Octal | 313 | 164 | 55 | 0 | 53 | 116 | 24 | 33 | 100 | 61 |
| Binary | 11001011 | 1110100 | 101101 | 0 | 101011 | 1001110 | 10100 | 11011 | 1000000 | 110001 |
Color Harmonies of #CB742D
Complementary color
Monochromatic Colors of #CB742D
Black with #CB742D
Text Example
Text Example
White with #CB742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB742D; }
p { color: rgb(203,116,45); }
H1.HeaderClassName
{
color: #CB742D;
}
.AnyTagClassName
{
color: #CB742D;
}
</style>
background-color css
<style>
a { background-color: #CB742D; }
a { background-color: rgb(203,116,45); }
div.DivClassName
{
background-color: #CB742D;
}
.BgClassName
{
background-color: #CB742D;
}
</style>
border-color css
<style>
span { border-color: #CB742D; }
span { border-color: rgb(203,116,45); }
td.TdClassName
{
border-color: #CB742D;
}
.TagClassName
{
border-color: #CB742D;
}
</style>