Shades of Ochre #CB730C
Tints of Ochre #CB730C
RGB
CMYK
RGB Variations
Color information
#CB730C (or 0xCB730C) is known color: Ochre. HEX triplet: CB, 73 and 0C. RGB value is (203,115,12). Sum of RGB (Red+Green+Blue) = 203+115+12=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB730C is #348CF3. Grayscale: #828282. Windows color (decimal): -3443956 or 816075. OLE color: 816075.
HSL color Cylindrical-coordinate representation of color #CB730C: hue angle of 32.36º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB730C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.20 |
| HSL | 32.36º | 0.89% | 0.42% | - |
| HSV(B) | 32.36º | 0.94% | 0.8% | - |
| XYZ | 30.83 | 24.98 | 3.55 | - |
| YUV | 129.57 | 61.65 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 12 | 0 | 0.43 | 0.94 | 0.20 | 32.36 | 0.89 | 0.42 |
| Hex | CB | 73 | C | 0 | 2B | 5E | 14 | 20 | 59 | 2A |
| Octal | 313 | 163 | 14 | 0 | 53 | 136 | 24 | 40 | 131 | 52 |
| Binary | 11001011 | 1110011 | 1100 | 0 | 101011 | 1011110 | 10100 | 100000 | 1011001 | 101010 |
Color Harmonies of #CB730C
Complementary color
Monochromatic Colors of #CB730C
Black with #CB730C
Text Example
Text Example
White with #CB730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB730C; }
p { color: rgb(203,115,12); }
H1.HeaderClassName
{
color: #CB730C;
}
.AnyTagClassName
{
color: #CB730C;
}
</style>
background-color css
<style>
a { background-color: #CB730C; }
a { background-color: rgb(203,115,12); }
div.DivClassName
{
background-color: #CB730C;
}
.BgClassName
{
background-color: #CB730C;
}
</style>
border-color css
<style>
span { border-color: #CB730C; }
span { border-color: rgb(203,115,12); }
td.TdClassName
{
border-color: #CB730C;
}
.TagClassName
{
border-color: #CB730C;
}
</style>