#372B02

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

Shades of Maire #372B02

Tints of Maire #372B02

Color information

#372B02 (or 0x372B02) is unknown color: approx Maire. HEX triplet: 37, 2B and 02. RGB value is (55,43,2). Sum of RGB (Red+Green+Blue) = 55+43+2=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #372B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B02 is #C8D4FD. Grayscale: #2A2A2A. Windows color (decimal): -13161726 or 142135. OLE color: 142135.

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

Color convert

RGB55432-
CMYK00.220.960.78
HSL46.42º92.98%11.18%-
HSV(B)46.42º96.36%21.57%-
XYZ2.452.540.42-
YUV41.91105.48137.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 2 (1.17% from 255) = 2%
R=55%
G=43%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543200.220.960.7846.4292.9811.18
Hex372B2016604E2e5db
Octal675320261401165613513
Binary110111101011100101101100000100111010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,43,2); }

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

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

 a { background-color: rgb(55,43,2); }

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

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

 span { border-color: rgb(55,43,2); }

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