#37300F

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

Shades of Maire #37300F

Tints of Maire #37300F

Color information

#37300F (or 0x37300F) is unknown color: approx Maire. HEX triplet: 37, 30 and 0F. RGB value is (55,48,15). Sum of RGB (Red+Green+Blue) = 55+48+15=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37300F is #C8CFF0. Grayscale: #2E2E2E. Windows color (decimal): -13160433 or 995383. OLE color: 995383.

HSL color Cylindrical-coordinate representation of color #37300F: hue angle of 49.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 #37300F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB554815-
CMYK00.130.730.78
HSL49.5º57.14%13.73%-
HSV(B)49.5º72.73%21.57%-
XYZ2.722.960.88-
YUV46.33110.32134.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=46.61%
G=40.68%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55481500.130.730.7849.557.1413.73
Hex3730F0D494E3239e
Octal676017015111116627116
Binary110111110000111101101100100110011101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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