Shades of Ochre #C3771A
Tints of Ochre #C3771A
RGB
CMYK
RGB Variations
Color information
#C3771A (or 0xC3771A) is known color: Ochre. HEX triplet: C3, 77 and 1A. RGB value is (195,119,26). Sum of RGB (Red+Green+Blue) = 195+119+26=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3771A is #3C88E5. Grayscale: #838383. Windows color (decimal): -3967206 or 1734595. OLE color: 1734595.
HSL color Cylindrical-coordinate representation of color #C3771A: hue angle of 33.02º degrees, saturation: 0.76, 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 #C3771A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 26 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.24 |
| HSL | 33.02º | 0.76% | 0.43% | - |
| HSV(B) | 33.02º | 0.87% | 0.76% | - |
| XYZ | 29.29 | 24.87 | 4.23 | - |
| YUV | 131.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 26 | 0 | 0.39 | 0.87 | 0.24 | 33.02 | 0.76 | 0.43 |
| Hex | C3 | 77 | 1A | 0 | 27 | 57 | 18 | 21 | 4C | 2B |
| Octal | 303 | 167 | 32 | 0 | 47 | 127 | 30 | 41 | 114 | 53 |
| Binary | 11000011 | 1110111 | 11010 | 0 | 100111 | 1010111 | 11000 | 100001 | 1001100 | 101011 |
Color Harmonies of #C3771A
Complementary color
Monochromatic Colors of #C3771A
Black with #C3771A
Text Example
Text Example
White with #C3771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3771A; }
p { color: rgb(195,119,26); }
H1.HeaderClassName
{
color: #C3771A;
}
.AnyTagClassName
{
color: #C3771A;
}
</style>
background-color css
<style>
a { background-color: #C3771A; }
a { background-color: rgb(195,119,26); }
div.DivClassName
{
background-color: #C3771A;
}
.BgClassName
{
background-color: #C3771A;
}
</style>
border-color css
<style>
span { border-color: #C3771A; }
span { border-color: rgb(195,119,26); }
td.TdClassName
{
border-color: #C3771A;
}
.TagClassName
{
border-color: #C3771A;
}
</style>