Html Css Color HEX #372E0C Maire

📋 copy color: '#372E0C'

red 55 ◦ green 46 ◦ blue 12

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

Shades of Maire #372E0C

Tints of Maire #372E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 48.67%
G = 40.71%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#372E0C (or 0x372E0C) is known color: Maire. HEX triplet: 37, 2E and 0C. RGB value is (55,46,12). Sum of RGB (Red+Green+Blue) = 55+46+12=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E0C is #C8D1F3. Grayscale: #2C2C2C. Windows color (decimal): -13160948 or 798263. OLE color: 798263.

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

Color convert

RGB 55 46 12 -
CMYK 0 0.16 0.78 0.78
HSL 47.44º 0.64% 0.13% -
HSV(B) 47.44º 0.78% 0.22% -
XYZ 2.62 2.79 0.75 -
YUV 44.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 55 46 12 0 0.16 0.78 0.78 47.44 0.64 0.13
Hex 37 2E C 0 10 4E 4E 2F 40 D
Octal 67 56 14 0 20 116 116 57 100 15
Binary 110111 101110 1100 0 10000 1001110 1001110 101111 1000000 1101

Color Harmonies of #372E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E0C

Black with #372E0C

Text Example


Text Example

White with #372E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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