#372D00

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

Shades of Maire #372D00

Tints of Maire #372D00

Color information

#372D00 (or 0x372D00) is unknown color: approx Maire. HEX triplet: 37, 2D and 00. RGB value is (55,45,0). Sum of RGB (Red+Green+Blue) = 55+45+0=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #372D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D00 is #C8D2FF. Grayscale: #2B2B2B. Windows color (decimal): -13161216 or 11575. OLE color: 11575.

HSL color Cylindrical-coordinate representation of color #372D00: hue angle of 49.09º 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 #372D00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB55450-
CMYK00.1810.78
HSL49.09º100%10.78%-
HSV(B)49.09º100%21.57%-
XYZ2.512.690.39-
YUV42.86103.81136.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 45 (17.97% from 255) = 45%
BLUE value IS 0 (0.39% from 255) = 0%
R=55%
G=45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5545000.1810.7849.0910010.78
Hex372D0012644E3164b
Octal675500221441166114413
Binary11011110110100100101100100100111011000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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