Shades of Ochre #CB7517
Tints of Ochre #CB7517
RGB
CMYK
RGB Variations
Color information
#CB7517 (or 0xCB7517) is known color: Ochre. HEX triplet: CB, 75 and 17. RGB value is (203,117,23). Sum of RGB (Red+Green+Blue) = 203+117+23=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7517 is #348AE8. Grayscale: #848484. Windows color (decimal): -3443433 or 1537483. OLE color: 1537483.
HSL color Cylindrical-coordinate representation of color #CB7517: hue angle of 31.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7517 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 23 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.20 |
| HSL | 31.33º | 0.8% | 0.44% | - |
| HSV(B) | 31.33º | 0.89% | 0.8% | - |
| XYZ | 31.14 | 25.48 | 4.09 | - |
| YUV | 132 | 66.49 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 23 | 0 | 0.42 | 0.89 | 0.20 | 31.33 | 0.8 | 0.44 |
| Hex | CB | 75 | 17 | 0 | 2A | 59 | 14 | 1F | 50 | 2C |
| Octal | 313 | 165 | 27 | 0 | 52 | 131 | 24 | 37 | 120 | 54 |
| Binary | 11001011 | 1110101 | 10111 | 0 | 101010 | 1011001 | 10100 | 11111 | 1010000 | 101100 |
Color Harmonies of #CB7517
Complementary color
Monochromatic Colors of #CB7517
Black with #CB7517
Text Example
Text Example
White with #CB7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7517; }
p { color: rgb(203,117,23); }
H1.HeaderClassName
{
color: #CB7517;
}
.AnyTagClassName
{
color: #CB7517;
}
</style>
background-color css
<style>
a { background-color: #CB7517; }
a { background-color: rgb(203,117,23); }
div.DivClassName
{
background-color: #CB7517;
}
.BgClassName
{
background-color: #CB7517;
}
</style>
border-color css
<style>
span { border-color: #CB7517; }
span { border-color: rgb(203,117,23); }
td.TdClassName
{
border-color: #CB7517;
}
.TagClassName
{
border-color: #CB7517;
}
</style>