Shades of Ochre #CB7429
Tints of Ochre #CB7429
RGB
CMYK
RGB Variations
Color information
#CB7429 (or 0xCB7429) is known color: Ochre. HEX triplet: CB, 74 and 29. RGB value is (203,116,41). Sum of RGB (Red+Green+Blue) = 203+116+41=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7429 is #348BD6. Grayscale: #858585. Windows color (decimal): -3443671 or 2716875. OLE color: 2716875.
HSL color Cylindrical-coordinate representation of color #CB7429: hue angle of 27.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB7429 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 41 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.20 |
| HSL | 27.78º | 0.66% | 0.48% | - |
| HSV(B) | 27.78º | 0.8% | 0.8% | - |
| XYZ | 31.27 | 25.35 | 5.34 | - |
| YUV | 133.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 41 | 0 | 0.43 | 0.80 | 0.20 | 27.78 | 0.66 | 0.48 |
| Hex | CB | 74 | 29 | 0 | 2B | 50 | 14 | 1C | 42 | 30 |
| Octal | 313 | 164 | 51 | 0 | 53 | 120 | 24 | 34 | 102 | 60 |
| Binary | 11001011 | 1110100 | 101001 | 0 | 101011 | 1010000 | 10100 | 11100 | 1000010 | 110000 |
Color Harmonies of #CB7429
Complementary color
Monochromatic Colors of #CB7429
Black with #CB7429
Text Example
Text Example
White with #CB7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7429; }
p { color: rgb(203,116,41); }
H1.HeaderClassName
{
color: #CB7429;
}
.AnyTagClassName
{
color: #CB7429;
}
</style>
background-color css
<style>
a { background-color: #CB7429; }
a { background-color: rgb(203,116,41); }
div.DivClassName
{
background-color: #CB7429;
}
.BgClassName
{
background-color: #CB7429;
}
</style>
border-color css
<style>
span { border-color: #CB7429; }
span { border-color: rgb(203,116,41); }
td.TdClassName
{
border-color: #CB7429;
}
.TagClassName
{
border-color: #CB7429;
}
</style>