Shades of Ochre #CA770B
Tints of Ochre #CA770B
RGB
CMYK
RGB Variations
Color information
#CA770B (or 0xCA770B) is known color: Ochre. HEX triplet: CA, 77 and 0B. RGB value is (202,119,11). Sum of RGB (Red+Green+Blue) = 202+119+11=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA770B is #3588F4. Grayscale: #848484. Windows color (decimal): -3508469 or 751562. OLE color: 751562.
HSL color Cylindrical-coordinate representation of color #CA770B: hue angle of 33.93º 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 #CA770B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.21 |
| HSL | 33.93º | 0.9% | 0.42% | - |
| HSV(B) | 33.93º | 0.95% | 0.79% | - |
| XYZ | 31.01 | 25.77 | 3.66 | - |
| YUV | 131.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 11 | 0 | 0.41 | 0.95 | 0.21 | 33.93 | 0.9 | 0.42 |
| Hex | CA | 77 | B | 0 | 29 | 5F | 15 | 22 | 5A | 2A |
| Octal | 312 | 167 | 13 | 0 | 51 | 137 | 25 | 42 | 132 | 52 |
| Binary | 11001010 | 1110111 | 1011 | 0 | 101001 | 1011111 | 10101 | 100010 | 1011010 | 101010 |
Color Harmonies of #CA770B
Complementary color
Monochromatic Colors of #CA770B
Black with #CA770B
Text Example
Text Example
White with #CA770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA770B; }
p { color: rgb(202,119,11); }
H1.HeaderClassName
{
color: #CA770B;
}
.AnyTagClassName
{
color: #CA770B;
}
</style>
background-color css
<style>
a { background-color: #CA770B; }
a { background-color: rgb(202,119,11); }
div.DivClassName
{
background-color: #CA770B;
}
.BgClassName
{
background-color: #CA770B;
}
</style>
border-color css
<style>
span { border-color: #CA770B; }
span { border-color: rgb(202,119,11); }
td.TdClassName
{
border-color: #CA770B;
}
.TagClassName
{
border-color: #CA770B;
}
</style>