Shades of Ochre #CB7522
Tints of Ochre #CB7522
RGB
CMYK
RGB Variations
Color information
#CB7522 (or 0xCB7522) is known color: Ochre. HEX triplet: CB, 75 and 22. RGB value is (203,117,34). Sum of RGB (Red+Green+Blue) = 203+117+34=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7522 is #348ADD. Grayscale: #858585. Windows color (decimal): -3443422 or 2258379. OLE color: 2258379.
HSL color Cylindrical-coordinate representation of color #CB7522: hue angle of 29.47º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB7522 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 34 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.20 |
| HSL | 29.47º | 0.71% | 0.46% | - |
| HSV(B) | 29.47º | 0.83% | 0.8% | - |
| XYZ | 31.28 | 25.53 | 4.79 | - |
| YUV | 133.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 34 | 0 | 0.42 | 0.83 | 0.20 | 29.47 | 0.71 | 0.46 |
| Hex | CB | 75 | 22 | 0 | 2A | 53 | 14 | 1D | 47 | 2E |
| Octal | 313 | 165 | 42 | 0 | 52 | 123 | 24 | 35 | 107 | 56 |
| Binary | 11001011 | 1110101 | 100010 | 0 | 101010 | 1010011 | 10100 | 11101 | 1000111 | 101110 |
Color Harmonies of #CB7522
Complementary color
Monochromatic Colors of #CB7522
Black with #CB7522
Text Example
Text Example
White with #CB7522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7522; }
p { color: rgb(203,117,34); }
H1.HeaderClassName
{
color: #CB7522;
}
.AnyTagClassName
{
color: #CB7522;
}
</style>
background-color css
<style>
a { background-color: #CB7522; }
a { background-color: rgb(203,117,34); }
div.DivClassName
{
background-color: #CB7522;
}
.BgClassName
{
background-color: #CB7522;
}
</style>
border-color css
<style>
span { border-color: #CB7522; }
span { border-color: rgb(203,117,34); }
td.TdClassName
{
border-color: #CB7522;
}
.TagClassName
{
border-color: #CB7522;
}
</style>