#372E01

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

Shades of Maire #372E01

Tints of Maire #372E01

Color information

#372E01 (or 0x372E01) is unknown color: approx Maire. HEX triplet: 37, 2E and 01. RGB value is (55,46,1). Sum of RGB (Red+Green+Blue) = 55+46+1=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E01 is #C8D1FE. Grayscale: #2B2B2B. Windows color (decimal): -13160959 or 77367. OLE color: 77367.

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

Color convert

RGB55461-
CMYK00.160.980.78
HSL50º96.43%10.98%-
HSV(B)50º98.18%21.57%-
XYZ2.562.770.43-
YUV43.56103.98136.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=53.92%
G=45.10%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5546100.160.980.785096.4310.98
Hex372E1010624E3260b
Octal675610201421166214013
Binary11011110111010100001100010100111011001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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