Html Css Color HEX #372F05 Maire

📋 copy color: '#372F05'

red 55 ◦ green 47 ◦ blue 5

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

Shades of Maire #372F05

Tints of Maire #372F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.93%

 BLUE value IS 5 (2.34% from 255) = 4.67%

R = 51.4%
G = 43.93%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#372F05 (or 0x372F05) is known color: Maire. HEX triplet: 37, 2F and 05. RGB value is (55,47,5). Sum of RGB (Red+Green+Blue) = 55+47+5=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #372F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F05 is #C8D0FA. Grayscale: #2C2C2C. Windows color (decimal): -13160699 or 339767. OLE color: 339767.

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

Color convert

RGB 55 47 5 -
CMYK 0 0.15 0.91 0.78
HSL 50.4º 0.83% 0.12% -
HSV(B) 50.4º 0.91% 0.22% -
XYZ 2.62 2.86 0.56 -
YUV 44.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 55 47 5 0 0.15 0.91 0.78 50.4 0.83 0.12
Hex 37 2F 5 0 F 5B 4E 32 53 C
Octal 67 57 5 0 17 133 116 62 123 14
Binary 110111 101111 101 0 1111 1011011 1001110 110010 1010011 1100

Color Harmonies of #372F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F05

Black with #372F05

Text Example


Text Example

White with #372F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,5); }

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

background-color css

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

 a { background-color: rgb(55,47,5); }

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

border-color css

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

 span { border-color: rgb(55,47,5); }

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