Shades of Ochre #CB7226
Tints of Ochre #CB7226
RGB
CMYK
RGB Variations
Color information
#CB7226 (or 0xCB7226) is known color: Ochre. HEX triplet: CB, 72 and 26. RGB value is (203,114,38). Sum of RGB (Red+Green+Blue) = 203+114+38=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7226 is #348DD9. Grayscale: #848484. Windows color (decimal): -3444186 or 2519755. OLE color: 2519755.
HSL color Cylindrical-coordinate representation of color #CB7226: hue angle of 27.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7226 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 38 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.20 |
| HSL | 27.64º | 0.68% | 0.47% | - |
| HSV(B) | 27.64º | 0.81% | 0.8% | - |
| XYZ | 31 | 24.87 | 5 | - |
| YUV | 131.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 38 | 0 | 0.44 | 0.81 | 0.20 | 27.64 | 0.68 | 0.47 |
| Hex | CB | 72 | 26 | 0 | 2C | 51 | 14 | 1C | 44 | 2F |
| Octal | 313 | 162 | 46 | 0 | 54 | 121 | 24 | 34 | 104 | 57 |
| Binary | 11001011 | 1110010 | 100110 | 0 | 101100 | 1010001 | 10100 | 11100 | 1000100 | 101111 |
Color Harmonies of #CB7226
Complementary color
Monochromatic Colors of #CB7226
Black with #CB7226
Text Example
Text Example
White with #CB7226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7226; }
p { color: rgb(203,114,38); }
H1.HeaderClassName
{
color: #CB7226;
}
.AnyTagClassName
{
color: #CB7226;
}
</style>
background-color css
<style>
a { background-color: #CB7226; }
a { background-color: rgb(203,114,38); }
div.DivClassName
{
background-color: #CB7226;
}
.BgClassName
{
background-color: #CB7226;
}
</style>
border-color css
<style>
span { border-color: #CB7226; }
span { border-color: rgb(203,114,38); }
td.TdClassName
{
border-color: #CB7226;
}
.TagClassName
{
border-color: #CB7226;
}
</style>