#37320F

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

Shades of Maire #37320F

Tints of Maire #37320F

Color information

#37320F (or 0x37320F) is unknown color: approx Maire. HEX triplet: 37, 32 and 0F. RGB value is (55,50,15). Sum of RGB (Red+Green+Blue) = 55+50+15=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37320F is #C8CDF0. Grayscale: #2F2F2F. Windows color (decimal): -13159921 or 995895. OLE color: 995895.

HSL color Cylindrical-coordinate representation of color #37320F: hue angle of 52.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37320F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB555015-
CMYK00.090.730.78
HSL52.5º57.14%13.73%-
HSV(B)52.5º72.73%21.57%-
XYZ2.83.130.91-
YUV47.5109.66133.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=45.83%
G=41.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55501500.090.730.7852.557.1413.73
Hex3732F09494E3439e
Octal676217011111116647116
Binary110111110010111101001100100110011101101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37320F; }

 p { color: rgb(55,50,15); }

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

<style>
 a { background-color: #37320F; }

 a { background-color: rgb(55,50,15); }

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

<style>
 span { border-color: #37320F; }

 span { border-color: rgb(55,50,15); }

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