Shades of Ochre #C38219
Tints of Ochre #C38219
RGB
CMYK
RGB Variations
Color information
#C38219 (or 0xC38219) is known color: Ochre. HEX triplet: C3, 82 and 19. RGB value is (195,130,25). Sum of RGB (Red+Green+Blue) = 195+130+25=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C38219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38219 is #3C7DE6. Grayscale: #898989. Windows color (decimal): -3964391 or 1671875. OLE color: 1671875.
HSL color Cylindrical-coordinate representation of color #C38219: hue angle of 37.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C38219 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 25 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.24 |
| HSL | 37.06º | 0.77% | 0.43% | - |
| HSV(B) | 37.06º | 0.87% | 0.76% | - |
| XYZ | 30.66 | 27.64 | 4.64 | - |
| YUV | 137.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 25 | 0 | 0.33 | 0.87 | 0.24 | 37.06 | 0.77 | 0.43 |
| Hex | C3 | 82 | 19 | 0 | 21 | 57 | 18 | 25 | 4D | 2B |
| Octal | 303 | 202 | 31 | 0 | 41 | 127 | 30 | 45 | 115 | 53 |
| Binary | 11000011 | 10000010 | 11001 | 0 | 100001 | 1010111 | 11000 | 100101 | 1001101 | 101011 |
Color Harmonies of #C38219
Complementary color
Monochromatic Colors of #C38219
Black with #C38219
Text Example
Text Example
White with #C38219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38219; }
p { color: rgb(195,130,25); }
H1.HeaderClassName
{
color: #C38219;
}
.AnyTagClassName
{
color: #C38219;
}
</style>
background-color css
<style>
a { background-color: #C38219; }
a { background-color: rgb(195,130,25); }
div.DivClassName
{
background-color: #C38219;
}
.BgClassName
{
background-color: #C38219;
}
</style>
border-color css
<style>
span { border-color: #C38219; }
span { border-color: rgb(195,130,25); }
td.TdClassName
{
border-color: #C38219;
}
.TagClassName
{
border-color: #C38219;
}
</style>