#372C03

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

Shades of Maire #372C03

Tints of Maire #372C03

Color information

#372C03 (or 0x372C03) is unknown color: approx Maire. HEX triplet: 37, 2C and 03. RGB value is (55,44,3). Sum of RGB (Red+Green+Blue) = 55+44+3=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C03 is #C8D3FC. Grayscale: #2A2A2A. Windows color (decimal): -13161469 or 207927. OLE color: 207927.

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

Color convert

RGB55443-
CMYK00.20.950.78
HSL47.31º89.66%11.37%-
HSV(B)47.31º94.55%21.57%-
XYZ2.492.620.46-
YUV42.61105.64136.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=53.92%
G=43.14%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544300.20.950.7847.3189.6611.37
Hex372C30145F4E2f5ab
Octal675430241371165713213
Binary110111101100110101001011111100111010111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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