#37330E

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

Shades of Maire #37330E

Tints of Maire #37330E

Color information

#37330E (or 0x37330E) is unknown color: approx Maire. HEX triplet: 37, 33 and 0E. RGB value is (55,51,14). Sum of RGB (Red+Green+Blue) = 55+51+14=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37330E is #C8CCF1. Grayscale: #303030. Windows color (decimal): -13159666 or 930615. OLE color: 930615.

HSL color Cylindrical-coordinate representation of color #37330E: hue angle of 54.15º 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 #37330E is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB555114-
CMYK00.070.750.78
HSL54.15º59.42%13.53%-
HSV(B)54.15º74.55%21.57%-
XYZ2.843.210.89-
YUV47.98108.83133.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=45.83%
G=42.5%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55511400.070.750.7854.1559.4213.53
Hex3733E074B4E363be
Octal67631607113116667316
Binary11011111001111100111100101110011101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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