Shades of Ochre #CB781E
Tints of Ochre #CB781E
RGB
CMYK
RGB Variations
Color information
#CB781E (or 0xCB781E) is known color: Ochre. HEX triplet: CB, 78 and 1E. RGB value is (203,120,30). Sum of RGB (Red+Green+Blue) = 203+120+30=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB781E is #3487E1. Grayscale: #878787. Windows color (decimal): -3442658 or 1997003. OLE color: 1997003.
HSL color Cylindrical-coordinate representation of color #CB781E: hue angle of 31.21º 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 #CB781E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 30 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.20 |
| HSL | 31.21º | 0.74% | 0.46% | - |
| HSV(B) | 31.21º | 0.85% | 0.8% | - |
| XYZ | 31.58 | 26.22 | 4.63 | - |
| YUV | 134.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 30 | 0 | 0.41 | 0.85 | 0.20 | 31.21 | 0.74 | 0.46 |
| Hex | CB | 78 | 1E | 0 | 29 | 55 | 14 | 1F | 4A | 2E |
| Octal | 313 | 170 | 36 | 0 | 51 | 125 | 24 | 37 | 112 | 56 |
| Binary | 11001011 | 1111000 | 11110 | 0 | 101001 | 1010101 | 10100 | 11111 | 1001010 | 101110 |
Color Harmonies of #CB781E
Complementary color
Monochromatic Colors of #CB781E
Black with #CB781E
Text Example
Text Example
White with #CB781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB781E; }
p { color: rgb(203,120,30); }
H1.HeaderClassName
{
color: #CB781E;
}
.AnyTagClassName
{
color: #CB781E;
}
</style>
background-color css
<style>
a { background-color: #CB781E; }
a { background-color: rgb(203,120,30); }
div.DivClassName
{
background-color: #CB781E;
}
.BgClassName
{
background-color: #CB781E;
}
</style>
border-color css
<style>
span { border-color: #CB781E; }
span { border-color: rgb(203,120,30); }
td.TdClassName
{
border-color: #CB781E;
}
.TagClassName
{
border-color: #CB781E;
}
</style>