Shades of Ochre #CB7B2A
Tints of Ochre #CB7B2A
RGB
CMYK
RGB Variations
Color information
#CB7B2A (or 0xCB7B2A) is known color: Ochre. HEX triplet: CB, 7B and 2A. RGB value is (203,123,42). Sum of RGB (Red+Green+Blue) = 203+123+42=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B2A is #3484D5. Grayscale: #8A8A8A. Windows color (decimal): -3441878 or 2784203. OLE color: 2784203.
HSL color Cylindrical-coordinate representation of color #CB7B2A: hue angle of 30.19º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB7B2A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 42 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.20 |
| HSL | 30.19º | 0.66% | 0.48% | - |
| HSV(B) | 30.19º | 0.79% | 0.8% | - |
| XYZ | 32.13 | 27.03 | 5.71 | - |
| YUV | 137.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 42 | 0 | 0.39 | 0.79 | 0.20 | 30.19 | 0.66 | 0.48 |
| Hex | CB | 7B | 2A | 0 | 27 | 4F | 14 | 1E | 42 | 30 |
| Octal | 313 | 173 | 52 | 0 | 47 | 117 | 24 | 36 | 102 | 60 |
| Binary | 11001011 | 1111011 | 101010 | 0 | 100111 | 1001111 | 10100 | 11110 | 1000010 | 110000 |
Color Harmonies of #CB7B2A
Complementary color
Monochromatic Colors of #CB7B2A
Black with #CB7B2A
Text Example
Text Example
White with #CB7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B2A; }
p { color: rgb(203,123,42); }
H1.HeaderClassName
{
color: #CB7B2A;
}
.AnyTagClassName
{
color: #CB7B2A;
}
</style>
background-color css
<style>
a { background-color: #CB7B2A; }
a { background-color: rgb(203,123,42); }
div.DivClassName
{
background-color: #CB7B2A;
}
.BgClassName
{
background-color: #CB7B2A;
}
</style>
border-color css
<style>
span { border-color: #CB7B2A; }
span { border-color: rgb(203,123,42); }
td.TdClassName
{
border-color: #CB7B2A;
}
.TagClassName
{
border-color: #CB7B2A;
}
</style>