#373012

Color #373012 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #373012

Tints of Maire #373012

Color information

#373012 (or 0x373012) is unknown color: approx Maire. HEX triplet: 37, 30 and 12. RGB value is (55,48,18). Sum of RGB (Red+Green+Blue) = 55+48+18=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #373012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373012 is #C8CFED. Grayscale: #2E2E2E. Windows color (decimal): -13160430 or 1191991. OLE color: 1191991.

HSL color Cylindrical-coordinate representation of color #373012: hue angle of 48.65º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373012 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB554818-
CMYK00.130.670.78
HSL48.65º50.68%14.31%-
HSV(B)48.65º67.27%21.57%-
XYZ2.742.971-
YUV46.67111.82133.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=45.45%
G=39.67%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55481800.130.670.7848.6550.6814.31
Hex3730120D434E3133e
Octal676022015103116616316
Binary1101111100001001001101100001110011101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373012; }

 p { color: rgb(55,48,18); }

 H1.HeaderClassName
 {
   color: #373012;
 }
 .AnyTagClassName
 {
   color: #373012;
 }
</style>
background-color css

<style>
 a { background-color: #373012; }

 a { background-color: rgb(55,48,18); }

 div.DivClassName
 {
   background-color: #373012;
 }
 .BgClassName
 {
   background-color: #373012;
 }
</style>
border-color css

<style>
 span { border-color: #373012; }

 span { border-color: rgb(55,48,18); }

 td.TdClassName
 {
   border-color: #373012;
 }
 .TagClassName
 {
   border-color: #373012;
 }
</style>