Shades of Ochre #CB8519
Tints of Ochre #CB8519
RGB
CMYK
RGB Variations
Color information
#CB8519 (or 0xCB8519) is known color: Ochre. HEX triplet: CB, 85 and 19. RGB value is (203,133,25). Sum of RGB (Red+Green+Blue) = 203+133+25=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8519 is #347AE6. Grayscale: #8E8E8E. Windows color (decimal): -3439335 or 1672651. OLE color: 1672651.
HSL color Cylindrical-coordinate representation of color #CB8519: hue angle of 36.4º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB8519 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 25 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.20 |
| HSL | 36.4º | 0.78% | 0.45% | - |
| HSV(B) | 36.4º | 0.88% | 0.8% | - |
| XYZ | 33.19 | 29.54 | 4.87 | - |
| YUV | 141.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 25 | 0 | 0.34 | 0.88 | 0.20 | 36.4 | 0.78 | 0.45 |
| Hex | CB | 85 | 19 | 0 | 22 | 58 | 14 | 24 | 4E | 2D |
| Octal | 313 | 205 | 31 | 0 | 42 | 130 | 24 | 44 | 116 | 55 |
| Binary | 11001011 | 10000101 | 11001 | 0 | 100010 | 1011000 | 10100 | 100100 | 1001110 | 101101 |
Color Harmonies of #CB8519
Complementary color
Monochromatic Colors of #CB8519
Black with #CB8519
Text Example
Text Example
White with #CB8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8519; }
p { color: rgb(203,133,25); }
H1.HeaderClassName
{
color: #CB8519;
}
.AnyTagClassName
{
color: #CB8519;
}
</style>
background-color css
<style>
a { background-color: #CB8519; }
a { background-color: rgb(203,133,25); }
div.DivClassName
{
background-color: #CB8519;
}
.BgClassName
{
background-color: #CB8519;
}
</style>
border-color css
<style>
span { border-color: #CB8519; }
span { border-color: rgb(203,133,25); }
td.TdClassName
{
border-color: #CB8519;
}
.TagClassName
{
border-color: #CB8519;
}
</style>