Html Css Color HEX #372C02 Maire

📋 copy color: '#372C02'

red 55 ◦ green 44 ◦ blue 2

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

Shades of Maire #372C02

Tints of Maire #372C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.56%

 BLUE value IS 2 (1.17% from 255) = 1.98%

R = 54.46%
G = 43.56%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#372C02 (or 0x372C02) is known color: Maire. HEX triplet: 37, 2C and 02. RGB value is (55,44,2). Sum of RGB (Red+Green+Blue) = 55+44+2=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #372C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C02 is #C8D3FD. Grayscale: #2A2A2A. Windows color (decimal): -13161470 or 142391. OLE color: 142391.

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

Color convert

RGB 55 44 2 -
CMYK 0 0.2 0.96 0.78
HSL 47.55º 0.93% 0.11% -
HSV(B) 47.55º 0.96% 0.22% -
XYZ 2.49 2.62 0.43 -
YUV 42.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 55 44 2 0 0.2 0.96 0.78 47.55 0.93 0.11
Hex 37 2C 2 0 14 60 4E 30 5D B
Octal 67 54 2 0 24 140 116 60 135 13
Binary 110111 101100 10 0 10100 1100000 1001110 110000 1011101 1011

Color Harmonies of #372C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C02

Black with #372C02

Text Example


Text Example

White with #372C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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