Shades of Ochre #CB762C
Tints of Ochre #CB762C
RGB
CMYK
RGB Variations
Color information
#CB762C (or 0xCB762C) is known color: Ochre. HEX triplet: CB, 76 and 2C. RGB value is (203,118,44). Sum of RGB (Red+Green+Blue) = 203+118+44=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB762C is #3489D3. Grayscale: #878787. Windows color (decimal): -3443156 or 2913995. OLE color: 2913995.
HSL color Cylindrical-coordinate representation of color #CB762C: hue angle of 27.92º 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 #CB762C is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 44 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.20 |
| HSL | 27.92º | 0.64% | 0.48% | - |
| HSV(B) | 27.92º | 0.78% | 0.8% | - |
| XYZ | 31.56 | 25.84 | 5.71 | - |
| YUV | 134.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 44 | 0 | 0.42 | 0.78 | 0.20 | 27.92 | 0.64 | 0.48 |
| Hex | CB | 76 | 2C | 0 | 2A | 4E | 14 | 1C | 40 | 30 |
| Octal | 313 | 166 | 54 | 0 | 52 | 116 | 24 | 34 | 100 | 60 |
| Binary | 11001011 | 1110110 | 101100 | 0 | 101010 | 1001110 | 10100 | 11100 | 1000000 | 110000 |
Color Harmonies of #CB762C
Complementary color
Monochromatic Colors of #CB762C
Black with #CB762C
Text Example
Text Example
White with #CB762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB762C; }
p { color: rgb(203,118,44); }
H1.HeaderClassName
{
color: #CB762C;
}
.AnyTagClassName
{
color: #CB762C;
}
</style>
background-color css
<style>
a { background-color: #CB762C; }
a { background-color: rgb(203,118,44); }
div.DivClassName
{
background-color: #CB762C;
}
.BgClassName
{
background-color: #CB762C;
}
</style>
border-color css
<style>
span { border-color: #CB762C; }
span { border-color: rgb(203,118,44); }
td.TdClassName
{
border-color: #CB762C;
}
.TagClassName
{
border-color: #CB762C;
}
</style>