Shades of Ochre #C37223
Tints of Ochre #C37223
RGB
CMYK
RGB Variations
Color information
#C37223 (or 0xC37223) is known color: Ochre. HEX triplet: C3, 72 and 23. RGB value is (195,114,35). Sum of RGB (Red+Green+Blue) = 195+114+35=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C37223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37223 is #3C8DDC. Grayscale: #818181. Windows color (decimal): -3968477 or 2323139. OLE color: 2323139.
HSL color Cylindrical-coordinate representation of color #C37223: hue angle of 29.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C37223 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 35 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.24 |
| HSL | 29.63º | 0.7% | 0.45% | - |
| HSV(B) | 29.63º | 0.82% | 0.76% | - |
| XYZ | 28.83 | 23.76 | 4.66 | - |
| YUV | 129.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 35 | 0 | 0.42 | 0.82 | 0.24 | 29.63 | 0.7 | 0.45 |
| Hex | C3 | 72 | 23 | 0 | 2A | 52 | 18 | 1E | 46 | 2D |
| Octal | 303 | 162 | 43 | 0 | 52 | 122 | 30 | 36 | 106 | 55 |
| Binary | 11000011 | 1110010 | 100011 | 0 | 101010 | 1010010 | 11000 | 11110 | 1000110 | 101101 |
Color Harmonies of #C37223
Complementary color
Monochromatic Colors of #C37223
Black with #C37223
Text Example
Text Example
White with #C37223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37223; }
p { color: rgb(195,114,35); }
H1.HeaderClassName
{
color: #C37223;
}
.AnyTagClassName
{
color: #C37223;
}
</style>
background-color css
<style>
a { background-color: #C37223; }
a { background-color: rgb(195,114,35); }
div.DivClassName
{
background-color: #C37223;
}
.BgClassName
{
background-color: #C37223;
}
</style>
border-color css
<style>
span { border-color: #C37223; }
span { border-color: rgb(195,114,35); }
td.TdClassName
{
border-color: #C37223;
}
.TagClassName
{
border-color: #C37223;
}
</style>