Shades of Ochre #CB742B
Tints of Ochre #CB742B
RGB
CMYK
RGB Variations
Color information
#CB742B (or 0xCB742B) is known color: Ochre. HEX triplet: CB, 74 and 2B. RGB value is (203,116,43). Sum of RGB (Red+Green+Blue) = 203+116+43=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB742B is #348BD4. Grayscale: #868686. Windows color (decimal): -3443669 or 2847947. OLE color: 2847947.
HSL color Cylindrical-coordinate representation of color #CB742B: hue angle of 27.38º 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 #CB742B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 43 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.20 |
| HSL | 27.38º | 0.65% | 0.48% | - |
| HSV(B) | 27.38º | 0.79% | 0.8% | - |
| XYZ | 31.31 | 25.36 | 5.53 | - |
| YUV | 133.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 43 | 0 | 0.43 | 0.79 | 0.20 | 27.38 | 0.65 | 0.48 |
| Hex | CB | 74 | 2B | 0 | 2B | 4F | 14 | 1B | 41 | 30 |
| Octal | 313 | 164 | 53 | 0 | 53 | 117 | 24 | 33 | 101 | 60 |
| Binary | 11001011 | 1110100 | 101011 | 0 | 101011 | 1001111 | 10100 | 11011 | 1000001 | 110000 |
Color Harmonies of #CB742B
Complementary color
Monochromatic Colors of #CB742B
Black with #CB742B
Text Example
Text Example
White with #CB742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB742B; }
p { color: rgb(203,116,43); }
H1.HeaderClassName
{
color: #CB742B;
}
.AnyTagClassName
{
color: #CB742B;
}
</style>
background-color css
<style>
a { background-color: #CB742B; }
a { background-color: rgb(203,116,43); }
div.DivClassName
{
background-color: #CB742B;
}
.BgClassName
{
background-color: #CB742B;
}
</style>
border-color css
<style>
span { border-color: #CB742B; }
span { border-color: rgb(203,116,43); }
td.TdClassName
{
border-color: #CB742B;
}
.TagClassName
{
border-color: #CB742B;
}
</style>