Shades of Ochre #CB7722
Tints of Ochre #CB7722
RGB
CMYK
RGB Variations
Color information
#CB7722 (or 0xCB7722) is known color: Ochre. HEX triplet: CB, 77 and 22. RGB value is (203,119,34). Sum of RGB (Red+Green+Blue) = 203+119+34=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7722 is #3488DD. Grayscale: #868686. Windows color (decimal): -3442910 or 2258891. OLE color: 2258891.
HSL color Cylindrical-coordinate representation of color #CB7722: hue angle of 30.18º 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 #CB7722 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 34 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.20 |
| HSL | 30.18º | 0.71% | 0.46% | - |
| HSV(B) | 30.18º | 0.83% | 0.8% | - |
| XYZ | 31.51 | 26.01 | 4.87 | - |
| YUV | 134.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 34 | 0 | 0.41 | 0.83 | 0.20 | 30.18 | 0.71 | 0.46 |
| Hex | CB | 77 | 22 | 0 | 29 | 53 | 14 | 1E | 47 | 2E |
| Octal | 313 | 167 | 42 | 0 | 51 | 123 | 24 | 36 | 107 | 56 |
| Binary | 11001011 | 1110111 | 100010 | 0 | 101001 | 1010011 | 10100 | 11110 | 1000111 | 101110 |
Color Harmonies of #CB7722
Complementary color
Monochromatic Colors of #CB7722
Black with #CB7722
Text Example
Text Example
White with #CB7722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7722; }
p { color: rgb(203,119,34); }
H1.HeaderClassName
{
color: #CB7722;
}
.AnyTagClassName
{
color: #CB7722;
}
</style>
background-color css
<style>
a { background-color: #CB7722; }
a { background-color: rgb(203,119,34); }
div.DivClassName
{
background-color: #CB7722;
}
.BgClassName
{
background-color: #CB7722;
}
</style>
border-color css
<style>
span { border-color: #CB7722; }
span { border-color: rgb(203,119,34); }
td.TdClassName
{
border-color: #CB7722;
}
.TagClassName
{
border-color: #CB7722;
}
</style>