#373113

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

Shades of Maire #373113

Tints of Maire #373113

Color information

#373113 (or 0x373113) is unknown color: approx Maire. HEX triplet: 37, 31 and 13. RGB value is (55,49,19). Sum of RGB (Red+Green+Blue) = 55+49+19=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #373113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373113 is #C8CEEC. Grayscale: #2F2F2F. Windows color (decimal): -13160173 or 1257783. OLE color: 1257783.

HSL color Cylindrical-coordinate representation of color #373113: hue angle of 50º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373113 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB554919-
CMYK00.110.650.78
HSL50º48.65%14.51%-
HSV(B)50º65.45%21.57%-
XYZ2.793.061.06-
YUV47.37111.99133.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=44.72%
G=39.84%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55491900.110.650.785048.6514.51
Hex3731130B414E3231f
Octal676123013101116626117
Binary1101111100011001101011100000110011101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373113; }

 p { color: rgb(55,49,19); }

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

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

 a { background-color: rgb(55,49,19); }

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

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

 span { border-color: rgb(55,49,19); }

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