Shades of Ochre #CB7622
Tints of Ochre #CB7622
RGB
CMYK
RGB Variations
Color information
#CB7622 (or 0xCB7622) is known color: Ochre. HEX triplet: CB, 76 and 22. RGB value is (203,118,34). Sum of RGB (Red+Green+Blue) = 203+118+34=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7622 is #3489DD. Grayscale: #868686. Windows color (decimal): -3443166 or 2258635. OLE color: 2258635.
HSL color Cylindrical-coordinate representation of color #CB7622: hue angle of 29.82º 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 #CB7622 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 34 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.20 |
| HSL | 29.82º | 0.71% | 0.46% | - |
| HSV(B) | 29.82º | 0.83% | 0.8% | - |
| XYZ | 31.4 | 25.77 | 4.83 | - |
| YUV | 133.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 34 | 0 | 0.42 | 0.83 | 0.20 | 29.82 | 0.71 | 0.46 |
| Hex | CB | 76 | 22 | 0 | 2A | 53 | 14 | 1E | 47 | 2E |
| Octal | 313 | 166 | 42 | 0 | 52 | 123 | 24 | 36 | 107 | 56 |
| Binary | 11001011 | 1110110 | 100010 | 0 | 101010 | 1010011 | 10100 | 11110 | 1000111 | 101110 |
Color Harmonies of #CB7622
Complementary color
Monochromatic Colors of #CB7622
Black with #CB7622
Text Example
Text Example
White with #CB7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7622; }
p { color: rgb(203,118,34); }
H1.HeaderClassName
{
color: #CB7622;
}
.AnyTagClassName
{
color: #CB7622;
}
</style>
background-color css
<style>
a { background-color: #CB7622; }
a { background-color: rgb(203,118,34); }
div.DivClassName
{
background-color: #CB7622;
}
.BgClassName
{
background-color: #CB7622;
}
</style>
border-color css
<style>
span { border-color: #CB7622; }
span { border-color: rgb(203,118,34); }
td.TdClassName
{
border-color: #CB7622;
}
.TagClassName
{
border-color: #CB7622;
}
</style>