#373212

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

Shades of Maire #373212

Tints of Maire #373212

Color information

#373212 (or 0x373212) is unknown color: approx Maire. HEX triplet: 37, 32 and 12. RGB value is (55,50,18). Sum of RGB (Red+Green+Blue) = 55+50+18=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #373212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373212 is #C8CDED. Grayscale: #2F2F2F. Windows color (decimal): -13159918 or 1192503. OLE color: 1192503.

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

Color convert

RGB555018-
CMYK00.090.670.78
HSL51.89º50.68%14.31%-
HSV(B)51.89º67.27%21.57%-
XYZ2.833.141.03-
YUV47.85111.16133.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=44.72%
G=40.65%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55501800.090.670.7851.8950.6814.31
Hex37321209434E3433e
Octal676222011103116646316
Binary1101111100101001001001100001110011101101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373212; }

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

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

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

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

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

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

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

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