Shades of Ochre #CB751E
Tints of Ochre #CB751E
RGB
CMYK
RGB Variations
Color information
#CB751E (or 0xCB751E) is known color: Ochre. HEX triplet: CB, 75 and 1E. RGB value is (203,117,30). Sum of RGB (Red+Green+Blue) = 203+117+30=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB751E is #348AE1. Grayscale: #858585. Windows color (decimal): -3443426 or 1996235. OLE color: 1996235.
HSL color Cylindrical-coordinate representation of color #CB751E: hue angle of 30.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB751E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.20 |
| HSL | 30.17º | 0.74% | 0.46% | - |
| HSV(B) | 30.17º | 0.85% | 0.8% | - |
| XYZ | 31.22 | 25.51 | 4.51 | - |
| YUV | 132.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 30 | 0 | 0.42 | 0.85 | 0.20 | 30.17 | 0.74 | 0.46 |
| Hex | CB | 75 | 1E | 0 | 2A | 55 | 14 | 1E | 4A | 2E |
| Octal | 313 | 165 | 36 | 0 | 52 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001011 | 1110101 | 11110 | 0 | 101010 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CB751E
Complementary color
Monochromatic Colors of #CB751E
Black with #CB751E
Text Example
Text Example
White with #CB751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB751E; }
p { color: rgb(203,117,30); }
H1.HeaderClassName
{
color: #CB751E;
}
.AnyTagClassName
{
color: #CB751E;
}
</style>
background-color css
<style>
a { background-color: #CB751E; }
a { background-color: rgb(203,117,30); }
div.DivClassName
{
background-color: #CB751E;
}
.BgClassName
{
background-color: #CB751E;
}
</style>
border-color css
<style>
span { border-color: #CB751E; }
span { border-color: rgb(203,117,30); }
td.TdClassName
{
border-color: #CB751E;
}
.TagClassName
{
border-color: #CB751E;
}
</style>