Shades of Ochre #CA730F
Tints of Ochre #CA730F
RGB
CMYK
RGB Variations
Color information
#CA730F (or 0xCA730F) is known color: Ochre. HEX triplet: CA, 73 and 0F. RGB value is (202,115,15). Sum of RGB (Red+Green+Blue) = 202+115+15=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA730F is #358CF0. Grayscale: #828282. Windows color (decimal): -3509489 or 1012682. OLE color: 1012682.
HSL color Cylindrical-coordinate representation of color #CA730F: hue angle of 32.09º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA730F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.21 |
| HSL | 32.09º | 0.86% | 0.43% | - |
| HSV(B) | 32.09º | 0.93% | 0.79% | - |
| XYZ | 30.57 | 24.85 | 3.64 | - |
| YUV | 129.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 15 | 0 | 0.43 | 0.93 | 0.21 | 32.09 | 0.86 | 0.43 |
| Hex | CA | 73 | F | 0 | 2B | 5D | 15 | 20 | 56 | 2B |
| Octal | 312 | 163 | 17 | 0 | 53 | 135 | 25 | 40 | 126 | 53 |
| Binary | 11001010 | 1110011 | 1111 | 0 | 101011 | 1011101 | 10101 | 100000 | 1010110 | 101011 |
Color Harmonies of #CA730F
Complementary color
Monochromatic Colors of #CA730F
Black with #CA730F
Text Example
Text Example
White with #CA730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA730F; }
p { color: rgb(202,115,15); }
H1.HeaderClassName
{
color: #CA730F;
}
.AnyTagClassName
{
color: #CA730F;
}
</style>
background-color css
<style>
a { background-color: #CA730F; }
a { background-color: rgb(202,115,15); }
div.DivClassName
{
background-color: #CA730F;
}
.BgClassName
{
background-color: #CA730F;
}
</style>
border-color css
<style>
span { border-color: #CA730F; }
span { border-color: rgb(202,115,15); }
td.TdClassName
{
border-color: #CA730F;
}
.TagClassName
{
border-color: #CA730F;
}
</style>