Html Css Color HEX #372B00 Maire

📋 copy color: '#372B00'

red 55 ◦ green 43 ◦ blue 0

#372B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #372B00

Tints of Maire #372B00

RGB

 RED value IS 55 (21.88% from 255) = 56.12%

 GREEN value IS 43 (17.19% from 255) = 43.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.12%
G = 43.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#372B00 (or 0x372B00) is known color: Maire. HEX triplet: 37, 2B and 00. RGB value is (55,43,0). Sum of RGB (Red+Green+Blue) = 55+43+0=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #372B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B00 is #C8D4FF. Grayscale: #292929. Windows color (decimal): -13161728 or 11063. OLE color: 11063.

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

Color convert

RGB 55 43 0 -
CMYK 0 0.22 1 0.78
HSL 46.91º 1% 0.11% -
HSV(B) 46.91º 1% 0.22% -
XYZ 2.44 2.54 0.36 -
YUV 41.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 55 43 0 0 0.22 1 0.78 46.91 1 0.11
Hex 37 2B 0 0 16 64 4E 2F 64 B
Octal 67 53 0 0 26 144 116 57 144 13
Binary 110111 101011 0 0 10110 1100100 1001110 101111 1100100 1011

Color Harmonies of #372B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B00

Black with #372B00

Text Example


Text Example

White with #372B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #372B00;
 }
 .AnyTagClassName
 {
   color: #372B00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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