Shades of Ochre #CB772C
Tints of Ochre #CB772C
RGB
CMYK
RGB Variations
Color information
#CB772C (or 0xCB772C) is known color: Ochre. HEX triplet: CB, 77 and 2C. RGB value is (203,119,44). Sum of RGB (Red+Green+Blue) = 203+119+44=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB772C is #3488D3. Grayscale: #878787. Windows color (decimal): -3442900 or 2914251. OLE color: 2914251.
HSL color Cylindrical-coordinate representation of color #CB772C: hue angle of 28.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB772C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 44 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.20 |
| HSL | 28.3º | 0.64% | 0.48% | - |
| HSV(B) | 28.3º | 0.78% | 0.8% | - |
| XYZ | 31.68 | 26.07 | 5.75 | - |
| YUV | 135.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 44 | 0 | 0.41 | 0.78 | 0.20 | 28.3 | 0.64 | 0.48 |
| Hex | CB | 77 | 2C | 0 | 29 | 4E | 14 | 1C | 40 | 30 |
| Octal | 313 | 167 | 54 | 0 | 51 | 116 | 24 | 34 | 100 | 60 |
| Binary | 11001011 | 1110111 | 101100 | 0 | 101001 | 1001110 | 10100 | 11100 | 1000000 | 110000 |
Color Harmonies of #CB772C
Complementary color
Monochromatic Colors of #CB772C
Black with #CB772C
Text Example
Text Example
White with #CB772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB772C; }
p { color: rgb(203,119,44); }
H1.HeaderClassName
{
color: #CB772C;
}
.AnyTagClassName
{
color: #CB772C;
}
</style>
background-color css
<style>
a { background-color: #CB772C; }
a { background-color: rgb(203,119,44); }
div.DivClassName
{
background-color: #CB772C;
}
.BgClassName
{
background-color: #CB772C;
}
</style>
border-color css
<style>
span { border-color: #CB772C; }
span { border-color: rgb(203,119,44); }
td.TdClassName
{
border-color: #CB772C;
}
.TagClassName
{
border-color: #CB772C;
}
</style>