#372C04

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

Shades of Maire #372C04

Tints of Maire #372C04

Color information

#372C04 (or 0x372C04) is unknown color: approx Maire. HEX triplet: 37, 2C and 04. RGB value is (55,44,4). Sum of RGB (Red+Green+Blue) = 55+44+4=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #372C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C04 is #C8D3FB. Grayscale: #2A2A2A. Windows color (decimal): -13161468 or 273463. OLE color: 273463.

HSL color Cylindrical-coordinate representation of color #372C04: hue angle of 47.06º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #372C04 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB55444-
CMYK00.20.930.78
HSL47.06º86.44%11.57%-
HSV(B)47.06º92.73%21.57%-
XYZ2.52.620.49-
YUV42.73106.14136.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 44 (17.58% from 255) = 42.72%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=53.40%
G=42.72%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544400.20.930.7847.0686.4411.57
Hex372C40145D4E2f56c
Octal675440241351165712614
Binary1101111011001000101001011101100111010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372C04; }

 p { color: rgb(55,44,4); }

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

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

 a { background-color: rgb(55,44,4); }

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

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

 span { border-color: rgb(55,44,4); }

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