Shades of Ochre #C3831B
Tints of Ochre #C3831B
RGB
CMYK
RGB Variations
Color information
#C3831B (or 0xC3831B) is known color: Ochre. HEX triplet: C3, 83 and 1B. RGB value is (195,131,27). Sum of RGB (Red+Green+Blue) = 195+131+27=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3831B is #3C7CE4. Grayscale: #8A8A8A. Windows color (decimal): -3964133 or 1803203. OLE color: 1803203.
HSL color Cylindrical-coordinate representation of color #C3831B: hue angle of 37.14º 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 #C3831B is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 27 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.24 |
| HSL | 37.14º | 0.76% | 0.44% | - |
| HSV(B) | 37.14º | 0.86% | 0.76% | - |
| XYZ | 30.82 | 27.91 | 4.8 | - |
| YUV | 138.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 27 | 0 | 0.33 | 0.86 | 0.24 | 37.14 | 0.76 | 0.44 |
| Hex | C3 | 83 | 1B | 0 | 21 | 56 | 18 | 25 | 4C | 2C |
| Octal | 303 | 203 | 33 | 0 | 41 | 126 | 30 | 45 | 114 | 54 |
| Binary | 11000011 | 10000011 | 11011 | 0 | 100001 | 1010110 | 11000 | 100101 | 1001100 | 101100 |
Color Harmonies of #C3831B
Complementary color
Monochromatic Colors of #C3831B
Black with #C3831B
Text Example
Text Example
White with #C3831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3831B; }
p { color: rgb(195,131,27); }
H1.HeaderClassName
{
color: #C3831B;
}
.AnyTagClassName
{
color: #C3831B;
}
</style>
background-color css
<style>
a { background-color: #C3831B; }
a { background-color: rgb(195,131,27); }
div.DivClassName
{
background-color: #C3831B;
}
.BgClassName
{
background-color: #C3831B;
}
</style>
border-color css
<style>
span { border-color: #C3831B; }
span { border-color: rgb(195,131,27); }
td.TdClassName
{
border-color: #C3831B;
}
.TagClassName
{
border-color: #C3831B;
}
</style>