Shades of Ochre #C3771B
Tints of Ochre #C3771B
RGB
CMYK
RGB Variations
Color information
#C3771B (or 0xC3771B) is known color: Ochre. HEX triplet: C3, 77 and 1B. RGB value is (195,119,27). Sum of RGB (Red+Green+Blue) = 195+119+27=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3771B is #3C88E4. Grayscale: #838383. Windows color (decimal): -3967205 or 1800131. OLE color: 1800131.
HSL color Cylindrical-coordinate representation of color #C3771B: hue angle of 32.86º 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 #C3771B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 27 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.24 |
| HSL | 32.86º | 0.76% | 0.44% | - |
| HSV(B) | 32.86º | 0.86% | 0.76% | - |
| XYZ | 29.3 | 24.87 | 4.29 | - |
| YUV | 131.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 27 | 0 | 0.39 | 0.86 | 0.24 | 32.86 | 0.76 | 0.44 |
| Hex | C3 | 77 | 1B | 0 | 27 | 56 | 18 | 21 | 4C | 2C |
| Octal | 303 | 167 | 33 | 0 | 47 | 126 | 30 | 41 | 114 | 54 |
| Binary | 11000011 | 1110111 | 11011 | 0 | 100111 | 1010110 | 11000 | 100001 | 1001100 | 101100 |
Color Harmonies of #C3771B
Complementary color
Monochromatic Colors of #C3771B
Black with #C3771B
Text Example
Text Example
White with #C3771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3771B; }
p { color: rgb(195,119,27); }
H1.HeaderClassName
{
color: #C3771B;
}
.AnyTagClassName
{
color: #C3771B;
}
</style>
background-color css
<style>
a { background-color: #C3771B; }
a { background-color: rgb(195,119,27); }
div.DivClassName
{
background-color: #C3771B;
}
.BgClassName
{
background-color: #C3771B;
}
</style>
border-color css
<style>
span { border-color: #C3771B; }
span { border-color: rgb(195,119,27); }
td.TdClassName
{
border-color: #C3771B;
}
.TagClassName
{
border-color: #C3771B;
}
</style>