Shades of Maire #383400
Tints of Maire #383400
RGB
CMYK
RGB Variations
Color information
#383400 (or 0x383400) is known color: Maire. HEX triplet: 38, 34 and 00. RGB value is (56,52,0). Sum of RGB (Red+Green+Blue) = 56+52+0=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #383400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383400 is #C7CBFF. Grayscale: #2F2F2F. Windows color (decimal): -13093888 or 13368. OLE color: 13368.
HSL color Cylindrical-coordinate representation of color #383400: hue angle of 55.71º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #383400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 52 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.78 |
| HSL | 55.71º | 1% | 0.11% | - |
| HSV(B) | 55.71º | 1% | 0.22% | - |
| XYZ | 2.86 | 3.3 | 0.49 | - |
| YUV | 47.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 0 | 0 | 0.07 | 1 | 0.78 | 55.71 | 1 | 0.11 |
| Hex | 38 | 34 | 0 | 0 | 7 | 64 | 4E | 38 | 64 | B |
| Octal | 70 | 64 | 0 | 0 | 7 | 144 | 116 | 70 | 144 | 13 |
| Binary | 111000 | 110100 | 0 | 0 | 111 | 1100100 | 1001110 | 111000 | 1100100 | 1011 |
Color Harmonies of #383400
Complementary color
Monochromatic Colors of #383400
Black with #383400
Text Example
Text Example
White with #383400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383400; }
p { color: rgb(56,52,0); }
H1.HeaderClassName
{
color: #383400;
}
.AnyTagClassName
{
color: #383400;
}
</style>
background-color css
<style>
a { background-color: #383400; }
a { background-color: rgb(56,52,0); }
div.DivClassName
{
background-color: #383400;
}
.BgClassName
{
background-color: #383400;
}
</style>
border-color css
<style>
span { border-color: #383400; }
span { border-color: rgb(56,52,0); }
td.TdClassName
{
border-color: #383400;
}
.TagClassName
{
border-color: #383400;
}
</style>