Shades of Ochre #CB7409
Tints of Ochre #CB7409
RGB
CMYK
RGB Variations
Color information
#CB7409 (or 0xCB7409) is known color: Ochre. HEX triplet: CB, 74 and 09. RGB value is (203,116,9). Sum of RGB (Red+Green+Blue) = 203+116+9=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7409 is #348BF6. Grayscale: #828282. Windows color (decimal): -3443703 or 619723. OLE color: 619723.
HSL color Cylindrical-coordinate representation of color #CB7409: hue angle of 33.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB7409 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.20 |
| HSL | 33.09º | 0.92% | 0.42% | - |
| HSV(B) | 33.09º | 0.96% | 0.8% | - |
| XYZ | 30.92 | 25.21 | 3.49 | - |
| YUV | 129.82 | 59.82 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 9 | 0 | 0.43 | 0.96 | 0.20 | 33.09 | 0.92 | 0.42 |
| Hex | CB | 74 | 9 | 0 | 2B | 60 | 14 | 21 | 5C | 2A |
| Octal | 313 | 164 | 11 | 0 | 53 | 140 | 24 | 41 | 134 | 52 |
| Binary | 11001011 | 1110100 | 1001 | 0 | 101011 | 1100000 | 10100 | 100001 | 1011100 | 101010 |
Color Harmonies of #CB7409
Complementary color
Monochromatic Colors of #CB7409
Black with #CB7409
Text Example
Text Example
White with #CB7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7409; }
p { color: rgb(203,116,9); }
H1.HeaderClassName
{
color: #CB7409;
}
.AnyTagClassName
{
color: #CB7409;
}
</style>
background-color css
<style>
a { background-color: #CB7409; }
a { background-color: rgb(203,116,9); }
div.DivClassName
{
background-color: #CB7409;
}
.BgClassName
{
background-color: #CB7409;
}
</style>
border-color css
<style>
span { border-color: #CB7409; }
span { border-color: rgb(203,116,9); }
td.TdClassName
{
border-color: #CB7409;
}
.TagClassName
{
border-color: #CB7409;
}
</style>