Shades of Ochre #C37B21
Tints of Ochre #C37B21
RGB
CMYK
RGB Variations
Color information
#C37B21 (or 0xC37B21) is known color: Ochre. HEX triplet: C3, 7B and 21. RGB value is (195,123,33). Sum of RGB (Red+Green+Blue) = 195+123+33=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B21 is #3C84DE. Grayscale: #868686. Windows color (decimal): -3966175 or 2194371. OLE color: 2194371.
HSL color Cylindrical-coordinate representation of color #C37B21: hue angle of 33.33º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C37B21 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 33 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.24 |
| HSL | 33.33º | 0.71% | 0.45% | - |
| HSV(B) | 33.33º | 0.83% | 0.76% | - |
| XYZ | 29.86 | 25.88 | 4.86 | - |
| YUV | 134.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 33 | 0 | 0.37 | 0.83 | 0.24 | 33.33 | 0.71 | 0.45 |
| Hex | C3 | 7B | 21 | 0 | 25 | 53 | 18 | 21 | 47 | 2D |
| Octal | 303 | 173 | 41 | 0 | 45 | 123 | 30 | 41 | 107 | 55 |
| Binary | 11000011 | 1111011 | 100001 | 0 | 100101 | 1010011 | 11000 | 100001 | 1000111 | 101101 |
Color Harmonies of #C37B21
Complementary color
Monochromatic Colors of #C37B21
Black with #C37B21
Text Example
Text Example
White with #C37B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B21; }
p { color: rgb(195,123,33); }
H1.HeaderClassName
{
color: #C37B21;
}
.AnyTagClassName
{
color: #C37B21;
}
</style>
background-color css
<style>
a { background-color: #C37B21; }
a { background-color: rgb(195,123,33); }
div.DivClassName
{
background-color: #C37B21;
}
.BgClassName
{
background-color: #C37B21;
}
</style>
border-color css
<style>
span { border-color: #C37B21; }
span { border-color: rgb(195,123,33); }
td.TdClassName
{
border-color: #C37B21;
}
.TagClassName
{
border-color: #C37B21;
}
</style>