#37310E

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

Shades of Maire #37310E

Tints of Maire #37310E

Color information

#37310E (or 0x37310E) is unknown color: approx Maire. HEX triplet: 37, 31 and 0E. RGB value is (55,49,14). Sum of RGB (Red+Green+Blue) = 55+49+14=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37310E is #C8CEF1. Grayscale: #2E2E2E. Windows color (decimal): -13160178 or 930103. OLE color: 930103.

HSL color Cylindrical-coordinate representation of color #37310E: hue angle of 51.22º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37310E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB554914-
CMYK00.110.750.78
HSL51.22º59.42%13.53%-
HSV(B)51.22º74.55%21.57%-
XYZ2.753.040.86-
YUV46.8109.49133.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 14 (5.86% from 255) = 11.86%
R=46.61%
G=41.53%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55491400.110.750.7851.2259.4213.53
Hex3731E0B4B4E333be
Octal676116013113116637316
Binary110111110001111001011100101110011101100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37310E; }

 p { color: rgb(55,49,14); }

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

<style>
 a { background-color: #37310E; }

 a { background-color: rgb(55,49,14); }

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

<style>
 span { border-color: #37310E; }

 span { border-color: rgb(55,49,14); }

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