Html Css Color HEX #372E0D Maire

📋 copy color: '#372E0D'

red 55 ◦ green 46 ◦ blue 13

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

Shades of Maire #372E0D

Tints of Maire #372E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40.35%

 BLUE value IS 13 (5.47% from 255) = 11.4%

R = 48.25%
G = 40.35%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#372E0D (or 0x372E0D) is known color: Maire. HEX triplet: 37, 2E and 0D. RGB value is (55,46,13). Sum of RGB (Red+Green+Blue) = 55+46+13=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E0D is #C8D1F2. Grayscale: #2D2D2D. Windows color (decimal): -13160947 or 863799. OLE color: 863799.

HSL color Cylindrical-coordinate representation of color #372E0D: hue angle of 47.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372E0D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 46 13 -
CMYK 0 0.16 0.76 0.78
HSL 47.14º 0.62% 0.13% -
HSV(B) 47.14º 0.76% 0.22% -
XYZ 2.63 2.8 0.78 -
YUV 44.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 55 46 13 0 0.16 0.76 0.78 47.14 0.62 0.13
Hex 37 2E D 0 10 4C 4E 2F 3E D
Octal 67 56 15 0 20 114 116 57 76 15
Binary 110111 101110 1101 0 10000 1001100 1001110 101111 111110 1101

Color Harmonies of #372E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E0D

Black with #372E0D

Text Example


Text Example

White with #372E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,46,13); }

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

background-color css

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

 a { background-color: rgb(55,46,13); }

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

border-color css

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

 span { border-color: rgb(55,46,13); }

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