Html Css Color HEX #372F0F Maire

📋 copy color: '#372F0F'

red 55 ◦ green 47 ◦ blue 15

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

Shades of Maire #372F0F

Tints of Maire #372F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 47.01%
G = 40.17%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#372F0F (or 0x372F0F) is known color: Maire. HEX triplet: 37, 2F and 0F. RGB value is (55,47,15). Sum of RGB (Red+Green+Blue) = 55+47+15=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #372F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F0F is #C8D0F0. Grayscale: #2D2D2D. Windows color (decimal): -13160689 or 995127. OLE color: 995127.

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

Color convert

RGB 55 47 15 -
CMYK 0 0.15 0.73 0.78
HSL 48º 0.57% 0.14% -
HSV(B) 48º 0.73% 0.22% -
XYZ 2.68 2.88 0.87 -
YUV 45.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 55 47 15 0 0.15 0.73 0.78 48 0.57 0.14
Hex 37 2F F 0 F 49 4E 30 39 E
Octal 67 57 17 0 17 111 116 60 71 16
Binary 110111 101111 1111 0 1111 1001001 1001110 110000 111001 1110

Color Harmonies of #372F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F0F

Black with #372F0F

Text Example


Text Example

White with #372F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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