#373213

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

Shades of Maire #373213

Tints of Maire #373213

Color information

#373213 (or 0x373213) is unknown color: approx Maire. HEX triplet: 37, 32 and 13. RGB value is (55,50,19). Sum of RGB (Red+Green+Blue) = 55+50+19=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #373213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373213 is #C8CDEC. Grayscale: #303030. Windows color (decimal): -13159917 or 1258039. OLE color: 1258039.

HSL color Cylindrical-coordinate representation of color #373213: hue angle of 51.67º 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 #373213 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB555019-
CMYK00.090.650.78
HSL51.67º48.65%14.51%-
HSV(B)51.67º65.45%21.57%-
XYZ2.833.141.07-
YUV47.96111.66133.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=44.35%
G=40.32%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55501900.090.650.7851.6748.6514.51
Hex37321309414E3431f
Octal676223011101116646117
Binary1101111100101001101001100000110011101101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373213; }

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

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

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

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

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

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

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

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