Html Css Color HEX #372F07 Maire

📋 copy color: '#372F07'

red 55 ◦ green 47 ◦ blue 7

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

Shades of Maire #372F07

Tints of Maire #372F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 50.46%
G = 43.12%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#372F07 (or 0x372F07) is known color: Maire. HEX triplet: 37, 2F and 07. RGB value is (55,47,7). Sum of RGB (Red+Green+Blue) = 55+47+7=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #372F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F07 is #C8D0F8. Grayscale: #2D2D2D. Windows color (decimal): -13160697 or 470839. OLE color: 470839.

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

Color convert

RGB 55 47 7 -
CMYK 0 0.15 0.87 0.78
HSL 50º 0.77% 0.12% -
HSV(B) 50º 0.87% 0.22% -
XYZ 2.63 2.86 0.61 -
YUV 44.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 55 47 7 0 0.15 0.87 0.78 50 0.77 0.12
Hex 37 2F 7 0 F 57 4E 32 4D C
Octal 67 57 7 0 17 127 116 62 115 14
Binary 110111 101111 111 0 1111 1010111 1001110 110010 1001101 1100

Color Harmonies of #372F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F07

Black with #372F07

Text Example


Text Example

White with #372F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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