#372E05

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

Shades of Maire #372E05

Tints of Maire #372E05

Color information

#372E05 (or 0x372E05) is unknown color: approx Maire. HEX triplet: 37, 2E and 05. RGB value is (55,46,5). Sum of RGB (Red+Green+Blue) = 55+46+5=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E05 is #C8D1FA. Grayscale: #2C2C2C. Windows color (decimal): -13160955 or 339511. OLE color: 339511.

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

Color convert

RGB55465-
CMYK00.160.910.78
HSL49.2º83.33%11.76%-
HSV(B)49.2º90.91%21.57%-
XYZ2.582.780.54-
YUV44.02105.98135.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=51.89%
G=43.40%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5546500.160.910.7849.283.3311.76
Hex372E50105B4E3153c
Octal675650201331166112314
Binary1101111011101010100001011011100111011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,5); }

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

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

 a { background-color: rgb(55,46,5); }

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

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

 span { border-color: rgb(55,46,5); }

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