Shades of Ochre #C3721B
Tints of Ochre #C3721B
RGB
CMYK
RGB Variations
Color information
#C3721B (or 0xC3721B) is known color: Ochre. HEX triplet: C3, 72 and 1B. RGB value is (195,114,27). Sum of RGB (Red+Green+Blue) = 195+114+27=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3721B is #3C8DE4. Grayscale: #808080. Windows color (decimal): -3968485 or 1798851. OLE color: 1798851.
HSL color Cylindrical-coordinate representation of color #C3721B: hue angle of 31.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3721B is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 27 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.24 |
| HSL | 31.07º | 0.76% | 0.44% | - |
| HSV(B) | 31.07º | 0.86% | 0.76% | - |
| XYZ | 28.72 | 23.72 | 4.1 | - |
| YUV | 128.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 27 | 0 | 0.42 | 0.86 | 0.24 | 31.07 | 0.76 | 0.44 |
| Hex | C3 | 72 | 1B | 0 | 2A | 56 | 18 | 1F | 4C | 2C |
| Octal | 303 | 162 | 33 | 0 | 52 | 126 | 30 | 37 | 114 | 54 |
| Binary | 11000011 | 1110010 | 11011 | 0 | 101010 | 1010110 | 11000 | 11111 | 1001100 | 101100 |
Color Harmonies of #C3721B
Complementary color
Monochromatic Colors of #C3721B
Black with #C3721B
Text Example
Text Example
White with #C3721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3721B; }
p { color: rgb(195,114,27); }
H1.HeaderClassName
{
color: #C3721B;
}
.AnyTagClassName
{
color: #C3721B;
}
</style>
background-color css
<style>
a { background-color: #C3721B; }
a { background-color: rgb(195,114,27); }
div.DivClassName
{
background-color: #C3721B;
}
.BgClassName
{
background-color: #C3721B;
}
</style>
border-color css
<style>
span { border-color: #C3721B; }
span { border-color: rgb(195,114,27); }
td.TdClassName
{
border-color: #C3721B;
}
.TagClassName
{
border-color: #C3721B;
}
</style>