#372D04

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

Shades of Maire #372D04

Tints of Maire #372D04

Color information

#372D04 (or 0x372D04) is unknown color: approx Maire. HEX triplet: 37, 2D and 04. RGB value is (55,45,4). Sum of RGB (Red+Green+Blue) = 55+45+4=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #372D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D04 is #C8D2FB. Grayscale: #2B2B2B. Windows color (decimal): -13161212 or 273719. OLE color: 273719.

HSL color Cylindrical-coordinate representation of color #372D04: hue angle of 48.24º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #372D04 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB55454-
CMYK00.180.930.78
HSL48.24º86.44%11.57%-
HSV(B)48.24º92.73%21.57%-
XYZ2.542.70.5-
YUV43.32105.81136.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 4 (1.95% from 255) = 3.85%
R=52.88%
G=43.27%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5545400.180.930.7848.2486.4411.57
Hex372D40125D4E3056c
Octal675540221351166012614
Binary1101111011011000100101011101100111011000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372D04; }

 p { color: rgb(55,45,4); }

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

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

 a { background-color: rgb(55,45,4); }

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

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

 span { border-color: rgb(55,45,4); }

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