#372D06

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

Shades of Maire #372D06

Tints of Maire #372D06

Color information

#372D06 (or 0x372D06) is unknown color: approx Maire. HEX triplet: 37, 2D and 06. RGB value is (55,45,6). Sum of RGB (Red+Green+Blue) = 55+45+6=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #372D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D06 is #C8D2F9. Grayscale: #2B2B2B. Windows color (decimal): -13161210 or 404791. OLE color: 404791.

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

Color convert

RGB55456-
CMYK00.180.890.78
HSL47.76º80.33%11.96%-
HSV(B)47.76º89.09%21.57%-
XYZ2.552.70.56-
YUV43.54106.81136.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=51.89%
G=42.45%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5545600.180.890.7847.7680.3311.96
Hex372D6012594E3050c
Octal675560221311166012014
Binary1101111011011100100101011001100111011000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,45,6); }

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

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

 a { background-color: rgb(55,45,6); }

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

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

 span { border-color: rgb(55,45,6); }

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