#372E0D

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

Shades of Maire #372E0D

Tints of Maire #372E0D

Color information

#372E0D (or 0x372E0D) is unknown color: approx Maire. HEX triplet: 37, 2E and 0D. RGB value is (55,46,13). Sum of RGB (Red+Green+Blue) = 55+46+13=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E0D is #C8D1F2. Grayscale: #2D2D2D. Windows color (decimal): -13160947 or 863799. OLE color: 863799.

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

Color convert

RGB554613-
CMYK00.160.760.78
HSL47.14º61.76%13.33%-
HSV(B)47.14º76.36%21.57%-
XYZ2.632.80.78-
YUV44.93109.98135.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=48.25%
G=40.35%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55461300.160.760.7847.1461.7613.33
Hex372ED0104C4E2f3ed
Octal675615020114116577615
Binary1101111011101101010000100110010011101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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