Shades of Ochre #CA740D
Tints of Ochre #CA740D
RGB
CMYK
RGB Variations
Color information
#CA740D (or 0xCA740D) is known color: Ochre. HEX triplet: CA, 74 and 0D. RGB value is (202,116,13). Sum of RGB (Red+Green+Blue) = 202+116+13=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA740D is #358BF2. Grayscale: #828282. Windows color (decimal): -3509235 or 881866. OLE color: 881866.
HSL color Cylindrical-coordinate representation of color #CA740D: hue angle of 32.7º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA740D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.21 |
| HSL | 32.7º | 0.88% | 0.42% | - |
| HSV(B) | 32.7º | 0.94% | 0.79% | - |
| XYZ | 30.68 | 25.08 | 3.6 | - |
| YUV | 129.97 | 61.99 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 13 | 0 | 0.43 | 0.94 | 0.21 | 32.7 | 0.88 | 0.42 |
| Hex | CA | 74 | D | 0 | 2B | 5E | 15 | 21 | 58 | 2A |
| Octal | 312 | 164 | 15 | 0 | 53 | 136 | 25 | 41 | 130 | 52 |
| Binary | 11001010 | 1110100 | 1101 | 0 | 101011 | 1011110 | 10101 | 100001 | 1011000 | 101010 |
Color Harmonies of #CA740D
Complementary color
Monochromatic Colors of #CA740D
Black with #CA740D
Text Example
Text Example
White with #CA740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA740D; }
p { color: rgb(202,116,13); }
H1.HeaderClassName
{
color: #CA740D;
}
.AnyTagClassName
{
color: #CA740D;
}
</style>
background-color css
<style>
a { background-color: #CA740D; }
a { background-color: rgb(202,116,13); }
div.DivClassName
{
background-color: #CA740D;
}
.BgClassName
{
background-color: #CA740D;
}
</style>
border-color css
<style>
span { border-color: #CA740D; }
span { border-color: rgb(202,116,13); }
td.TdClassName
{
border-color: #CA740D;
}
.TagClassName
{
border-color: #CA740D;
}
</style>