Html Css Color HEX #37320E Maire

📋 copy color: '#37320E'

red 55 ◦ green 50 ◦ blue 14

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

Shades of Maire #37320E

Tints of Maire #37320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.02%

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 46.22%
G = 42.02%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37320E (or 0x37320E) is known color: Maire. HEX triplet: 37, 32 and 0E. RGB value is (55,50,14). Sum of RGB (Red+Green+Blue) = 55+50+14=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37320E is #C8CDF1. Grayscale: #2F2F2F. Windows color (decimal): -13159922 or 930359. OLE color: 930359.

HSL color Cylindrical-coordinate representation of color #37320E: hue angle of 52.68º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37320E is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 14 -
CMYK 0 0.09 0.75 0.78
HSL 52.68º 0.59% 0.14% -
HSV(B) 52.68º 0.75% 0.22% -
XYZ 2.8 3.13 0.87 -
YUV 47.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 55 50 14 0 0.09 0.75 0.78 52.68 0.59 0.14
Hex 37 32 E 0 9 4B 4E 35 3B E
Octal 67 62 16 0 11 113 116 65 73 16
Binary 110111 110010 1110 0 1001 1001011 1001110 110101 111011 1110

Color Harmonies of #37320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37320E

Black with #37320E

Text Example


Text Example

White with #37320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37320E; }

 p { color: rgb(55,50,14); }

 H1.HeaderClassName
 {
   color: #37320E;
 }
 .AnyTagClassName
 {
   color: #37320E;
 }
</style>

background-color css

<style>
 a { background-color: #37320E; }

 a { background-color: rgb(55,50,14); }

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

border-color css

<style>
 span { border-color: #37320E; }

 span { border-color: rgb(55,50,14); }

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