#372F0C

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

Shades of Maire #372F0C

Tints of Maire #372F0C

Color information

#372F0C (or 0x372F0C) is unknown color: approx Maire. HEX triplet: 37, 2F and 0C. RGB value is (55,47,12). Sum of RGB (Red+Green+Blue) = 55+47+12=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F0C is #C8D0F3. Grayscale: #2D2D2D. Windows color (decimal): -13160692 or 798519. OLE color: 798519.

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

Color convert

RGB554712-
CMYK00.150.780.78
HSL48.84º64.18%13.14%-
HSV(B)48.84º78.18%21.57%-
XYZ2.662.870.76-
YUV45.4109.15134.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=48.25%
G=41.23%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55471200.150.780.7848.8464.1813.14
Hex372FC0F4E4E3140d
Octal6757140171161166110015
Binary1101111011111100011111001110100111011000110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,12); }

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

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

 a { background-color: rgb(55,47,12); }

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

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

 span { border-color: rgb(55,47,12); }

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