#373314

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

Shades of Maire #373314

Tints of Maire #373314

Color information

#373314 (or 0x373314) is unknown color: approx Maire. HEX triplet: 37, 33 and 14. RGB value is (55,51,20). Sum of RGB (Red+Green+Blue) = 55+51+20=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #373314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373314 is #C8CCEB. Grayscale: #303030. Windows color (decimal): -13159660 or 1323831. OLE color: 1323831.

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

Color convert

RGB555120-
CMYK00.070.640.78
HSL53.14º46.67%14.71%-
HSV(B)53.14º63.64%21.57%-
XYZ2.893.231.13-
YUV48.66111.83132.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=43.65%
G=40.48%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55512000.070.640.7853.1446.6714.71
Hex37331407404E352ff
Octal67632407100116655717
Binary110111110011101000111100000010011101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373314; }

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

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

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

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

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

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

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

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