Shades of Ochre #CB7519
Tints of Ochre #CB7519
RGB
CMYK
RGB Variations
Color information
#CB7519 (or 0xCB7519) is known color: Ochre. HEX triplet: CB, 75 and 19. RGB value is (203,117,25). Sum of RGB (Red+Green+Blue) = 203+117+25=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7519 is #348AE6. Grayscale: #848484. Windows color (decimal): -3443431 or 1668555. OLE color: 1668555.
HSL color Cylindrical-coordinate representation of color #CB7519: hue angle of 31.01º 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 #CB7519 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.20 |
| HSL | 31.01º | 0.78% | 0.45% | - |
| HSV(B) | 31.01º | 0.88% | 0.8% | - |
| XYZ | 31.17 | 25.49 | 4.2 | - |
| YUV | 132.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 25 | 0 | 0.42 | 0.88 | 0.20 | 31.01 | 0.78 | 0.45 |
| Hex | CB | 75 | 19 | 0 | 2A | 58 | 14 | 1F | 4E | 2D |
| Octal | 313 | 165 | 31 | 0 | 52 | 130 | 24 | 37 | 116 | 55 |
| Binary | 11001011 | 1110101 | 11001 | 0 | 101010 | 1011000 | 10100 | 11111 | 1001110 | 101101 |
Color Harmonies of #CB7519
Complementary color
Monochromatic Colors of #CB7519
Black with #CB7519
Text Example
Text Example
White with #CB7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7519; }
p { color: rgb(203,117,25); }
H1.HeaderClassName
{
color: #CB7519;
}
.AnyTagClassName
{
color: #CB7519;
}
</style>
background-color css
<style>
a { background-color: #CB7519; }
a { background-color: rgb(203,117,25); }
div.DivClassName
{
background-color: #CB7519;
}
.BgClassName
{
background-color: #CB7519;
}
</style>
border-color css
<style>
span { border-color: #CB7519; }
span { border-color: rgb(203,117,25); }
td.TdClassName
{
border-color: #CB7519;
}
.TagClassName
{
border-color: #CB7519;
}
</style>