Shades of Ochre #CA740B
Tints of Ochre #CA740B
RGB
CMYK
RGB Variations
Color information
#CA740B (or 0xCA740B) is known color: Ochre. HEX triplet: CA, 74 and 0B. RGB value is (202,116,11). Sum of RGB (Red+Green+Blue) = 202+116+11=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA740B is #358BF4. Grayscale: #828282. Windows color (decimal): -3509237 or 750794. OLE color: 750794.
HSL color Cylindrical-coordinate representation of color #CA740B: hue angle of 32.98º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA740B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.21 |
| HSL | 32.98º | 0.9% | 0.42% | - |
| HSV(B) | 32.98º | 0.95% | 0.79% | - |
| XYZ | 30.66 | 25.07 | 3.54 | - |
| YUV | 129.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 11 | 0 | 0.43 | 0.95 | 0.21 | 32.98 | 0.9 | 0.42 |
| Hex | CA | 74 | B | 0 | 2B | 5F | 15 | 21 | 5A | 2A |
| Octal | 312 | 164 | 13 | 0 | 53 | 137 | 25 | 41 | 132 | 52 |
| Binary | 11001010 | 1110100 | 1011 | 0 | 101011 | 1011111 | 10101 | 100001 | 1011010 | 101010 |
Color Harmonies of #CA740B
Complementary color
Monochromatic Colors of #CA740B
Black with #CA740B
Text Example
Text Example
White with #CA740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA740B; }
p { color: rgb(202,116,11); }
H1.HeaderClassName
{
color: #CA740B;
}
.AnyTagClassName
{
color: #CA740B;
}
</style>
background-color css
<style>
a { background-color: #CA740B; }
a { background-color: rgb(202,116,11); }
div.DivClassName
{
background-color: #CA740B;
}
.BgClassName
{
background-color: #CA740B;
}
</style>
border-color css
<style>
span { border-color: #CA740B; }
span { border-color: rgb(202,116,11); }
td.TdClassName
{
border-color: #CA740B;
}
.TagClassName
{
border-color: #CA740B;
}
</style>