Shades of Ochre #CA741D
Tints of Ochre #CA741D
RGB
CMYK
RGB Variations
Color information
#CA741D (or 0xCA741D) is known color: Ochre. HEX triplet: CA, 74 and 1D. RGB value is (202,116,29). Sum of RGB (Red+Green+Blue) = 202+116+29=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA741D is #358BE2. Grayscale: #848484. Windows color (decimal): -3509219 or 1930442. OLE color: 1930442.
HSL color Cylindrical-coordinate representation of color #CA741D: hue angle of 30.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA741D is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 29 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.21 |
| HSL | 30.17º | 0.75% | 0.45% | - |
| HSV(B) | 30.17º | 0.86% | 0.79% | - |
| XYZ | 30.82 | 25.14 | 4.39 | - |
| YUV | 131.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 29 | 0 | 0.43 | 0.86 | 0.21 | 30.17 | 0.75 | 0.45 |
| Hex | CA | 74 | 1D | 0 | 2B | 56 | 15 | 1E | 4B | 2D |
| Octal | 312 | 164 | 35 | 0 | 53 | 126 | 25 | 36 | 113 | 55 |
| Binary | 11001010 | 1110100 | 11101 | 0 | 101011 | 1010110 | 10101 | 11110 | 1001011 | 101101 |
Color Harmonies of #CA741D
Complementary color
Monochromatic Colors of #CA741D
Black with #CA741D
Text Example
Text Example
White with #CA741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA741D; }
p { color: rgb(202,116,29); }
H1.HeaderClassName
{
color: #CA741D;
}
.AnyTagClassName
{
color: #CA741D;
}
</style>
background-color css
<style>
a { background-color: #CA741D; }
a { background-color: rgb(202,116,29); }
div.DivClassName
{
background-color: #CA741D;
}
.BgClassName
{
background-color: #CA741D;
}
</style>
border-color css
<style>
span { border-color: #CA741D; }
span { border-color: rgb(202,116,29); }
td.TdClassName
{
border-color: #CA741D;
}
.TagClassName
{
border-color: #CA741D;
}
</style>