Shades of Ochre #CB7223
Tints of Ochre #CB7223
RGB
CMYK
RGB Variations
Color information
#CB7223 (or 0xCB7223) is known color: Ochre. HEX triplet: CB, 72 and 23. RGB value is (203,114,35). Sum of RGB (Red+Green+Blue) = 203+114+35=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7223 is #348DDC. Grayscale: #848484. Windows color (decimal): -3444189 or 2323147. OLE color: 2323147.
HSL color Cylindrical-coordinate representation of color #CB7223: hue angle of 28.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB7223 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 35 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.20 |
| HSL | 28.21º | 0.71% | 0.47% | - |
| HSV(B) | 28.21º | 0.83% | 0.8% | - |
| XYZ | 30.95 | 24.85 | 4.76 | - |
| YUV | 131.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 35 | 0 | 0.44 | 0.83 | 0.20 | 28.21 | 0.71 | 0.47 |
| Hex | CB | 72 | 23 | 0 | 2C | 53 | 14 | 1C | 47 | 2F |
| Octal | 313 | 162 | 43 | 0 | 54 | 123 | 24 | 34 | 107 | 57 |
| Binary | 11001011 | 1110010 | 100011 | 0 | 101100 | 1010011 | 10100 | 11100 | 1000111 | 101111 |
Color Harmonies of #CB7223
Complementary color
Monochromatic Colors of #CB7223
Black with #CB7223
Text Example
Text Example
White with #CB7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7223; }
p { color: rgb(203,114,35); }
H1.HeaderClassName
{
color: #CB7223;
}
.AnyTagClassName
{
color: #CB7223;
}
</style>
background-color css
<style>
a { background-color: #CB7223; }
a { background-color: rgb(203,114,35); }
div.DivClassName
{
background-color: #CB7223;
}
.BgClassName
{
background-color: #CB7223;
}
</style>
border-color css
<style>
span { border-color: #CB7223; }
span { border-color: rgb(203,114,35); }
td.TdClassName
{
border-color: #CB7223;
}
.TagClassName
{
border-color: #CB7223;
}
</style>