Shades of Ochre #CB7521
Tints of Ochre #CB7521
RGB
CMYK
RGB Variations
Color information
#CB7521 (or 0xCB7521) is known color: Ochre. HEX triplet: CB, 75 and 21. RGB value is (203,117,33). Sum of RGB (Red+Green+Blue) = 203+117+33=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7521 is #348ADE. Grayscale: #858585. Windows color (decimal): -3443423 or 2192843. OLE color: 2192843.
HSL color Cylindrical-coordinate representation of color #CB7521: hue angle of 29.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB7521 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 33 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.20 |
| HSL | 29.65º | 0.72% | 0.46% | - |
| HSV(B) | 29.65º | 0.84% | 0.8% | - |
| XYZ | 31.26 | 25.53 | 4.72 | - |
| YUV | 133.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 33 | 0 | 0.42 | 0.84 | 0.20 | 29.65 | 0.72 | 0.46 |
| Hex | CB | 75 | 21 | 0 | 2A | 54 | 14 | 1E | 48 | 2E |
| Octal | 313 | 165 | 41 | 0 | 52 | 124 | 24 | 36 | 110 | 56 |
| Binary | 11001011 | 1110101 | 100001 | 0 | 101010 | 1010100 | 10100 | 11110 | 1001000 | 101110 |
Color Harmonies of #CB7521
Complementary color
Monochromatic Colors of #CB7521
Black with #CB7521
Text Example
Text Example
White with #CB7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7521; }
p { color: rgb(203,117,33); }
H1.HeaderClassName
{
color: #CB7521;
}
.AnyTagClassName
{
color: #CB7521;
}
</style>
background-color css
<style>
a { background-color: #CB7521; }
a { background-color: rgb(203,117,33); }
div.DivClassName
{
background-color: #CB7521;
}
.BgClassName
{
background-color: #CB7521;
}
</style>
border-color css
<style>
span { border-color: #CB7521; }
span { border-color: rgb(203,117,33); }
td.TdClassName
{
border-color: #CB7521;
}
.TagClassName
{
border-color: #CB7521;
}
</style>