#372F09

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

Shades of Maire #372F09

Tints of Maire #372F09

Color information

#372F09 (or 0x372F09) is unknown color: approx Maire. HEX triplet: 37, 2F and 09. RGB value is (55,47,9). Sum of RGB (Red+Green+Blue) = 55+47+9=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F09 is #C8D0F6. Grayscale: #2D2D2D. Windows color (decimal): -13160695 or 601911. OLE color: 601911.

HSL color Cylindrical-coordinate representation of color #372F09: hue angle of 49.57º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #372F09 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB55479-
CMYK00.150.840.78
HSL49.57º71.88%12.55%-
HSV(B)49.57º83.64%21.57%-
XYZ2.642.860.67-
YUV45.06107.65135.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=49.55%
G=42.34%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5547900.150.840.7849.5771.8812.55
Hex372F90F544E3248d
Octal6757110171241166211015
Binary1101111011111001011111010100100111011001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,9); }

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

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

 a { background-color: rgb(55,47,9); }

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

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

 span { border-color: rgb(55,47,9); }

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