Shades of Ochre #C37A1B
Tints of Ochre #C37A1B
RGB
CMYK
RGB Variations
Color information
#C37A1B (or 0xC37A1B) is known color: Ochre. HEX triplet: C3, 7A and 1B. RGB value is (195,122,27). Sum of RGB (Red+Green+Blue) = 195+122+27=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A1B is #3C85E4. Grayscale: #858585. Windows color (decimal): -3966437 or 1800899. OLE color: 1800899.
HSL color Cylindrical-coordinate representation of color #C37A1B: hue angle of 33.93º 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 #C37A1B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 27 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.24 |
| HSL | 33.93º | 0.76% | 0.44% | - |
| HSV(B) | 33.93º | 0.86% | 0.76% | - |
| XYZ | 29.66 | 25.6 | 4.41 | - |
| YUV | 133 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 27 | 0 | 0.37 | 0.86 | 0.24 | 33.93 | 0.76 | 0.44 |
| Hex | C3 | 7A | 1B | 0 | 25 | 56 | 18 | 22 | 4C | 2C |
| Octal | 303 | 172 | 33 | 0 | 45 | 126 | 30 | 42 | 114 | 54 |
| Binary | 11000011 | 1111010 | 11011 | 0 | 100101 | 1010110 | 11000 | 100010 | 1001100 | 101100 |
Color Harmonies of #C37A1B
Complementary color
Monochromatic Colors of #C37A1B
Black with #C37A1B
Text Example
Text Example
White with #C37A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A1B; }
p { color: rgb(195,122,27); }
H1.HeaderClassName
{
color: #C37A1B;
}
.AnyTagClassName
{
color: #C37A1B;
}
</style>
background-color css
<style>
a { background-color: #C37A1B; }
a { background-color: rgb(195,122,27); }
div.DivClassName
{
background-color: #C37A1B;
}
.BgClassName
{
background-color: #C37A1B;
}
</style>
border-color css
<style>
span { border-color: #C37A1B; }
span { border-color: rgb(195,122,27); }
td.TdClassName
{
border-color: #C37A1B;
}
.TagClassName
{
border-color: #C37A1B;
}
</style>