Shades of Maire #2C260F
Tints of Maire #2C260F
RGB
CMYK
RGB Variations
Color information
#2C260F (or 0x2C260F) is known color: Maire. HEX triplet: 2C, 26 and 0F. RGB value is (44,38,15). Sum of RGB (Red+Green+Blue) = 44+38+15=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 44 - color contains mainly: red. Hex color #2C260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C260F is #D3D9F0. Grayscale: #252525. Windows color (decimal): -13883889 or 992812. OLE color: 992812.
HSL color Cylindrical-coordinate representation of color #2C260F: hue angle of 47.59º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C260F is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 38 | 15 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.83 |
| HSL | 47.59º | 0.49% | 0.12% | - |
| HSV(B) | 47.59º | 0.66% | 0.17% | - |
| XYZ | 1.82 | 1.96 | 0.73 | - |
| YUV | 37.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 15 | 0 | 0.14 | 0.66 | 0.83 | 47.59 | 0.49 | 0.12 |
| Hex | 2C | 26 | F | 0 | E | 42 | 53 | 30 | 31 | C |
| Octal | 54 | 46 | 17 | 0 | 16 | 102 | 123 | 60 | 61 | 14 |
| Binary | 101100 | 100110 | 1111 | 0 | 1110 | 1000010 | 1010011 | 110000 | 110001 | 1100 |
Color Harmonies of #2C260F
Complementary color
Monochromatic Colors of #2C260F
Black with #2C260F
Text Example
Text Example
White with #2C260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C260F; }
p { color: rgb(44,38,15); }
H1.HeaderClassName
{
color: #2C260F;
}
.AnyTagClassName
{
color: #2C260F;
}
</style>
background-color css
<style>
a { background-color: #2C260F; }
a { background-color: rgb(44,38,15); }
div.DivClassName
{
background-color: #2C260F;
}
.BgClassName
{
background-color: #2C260F;
}
</style>
border-color css
<style>
span { border-color: #2C260F; }
span { border-color: rgb(44,38,15); }
td.TdClassName
{
border-color: #2C260F;
}
.TagClassName
{
border-color: #2C260F;
}
</style>