#373100

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

Shades of Maire #373100

Tints of Maire #373100

Color information

#373100 (or 0x373100) is unknown color: approx Maire. HEX triplet: 37, 31 and 00. RGB value is (55,49,0). Sum of RGB (Red+Green+Blue) = 55+49+0=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #373100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373100 is #C8CEFF. Grayscale: #2D2D2D. Windows color (decimal): -13160192 or 12599. OLE color: 12599.

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

Color convert

RGB55490-
CMYK00.1110.78
HSL53.45º100%10.78%-
HSV(B)53.45º100%21.57%-
XYZ2.673.010.44-
YUV45.21102.49134.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.88%
G=47.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5549000.1110.7853.4510010.78
Hex373100B644E3564b
Octal676100131441166514413
Binary1101111100010010111100100100111011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373100; }

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

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

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

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

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

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

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

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