Html Css Color HEX #37320A Maire

📋 copy color: '#37320A'

red 55 ◦ green 50 ◦ blue 10

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

Shades of Maire #37320A

Tints of Maire #37320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.7%

R = 47.83%
G = 43.48%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37320A (or 0x37320A) is known color: Maire. HEX triplet: 37, 32 and 0A. RGB value is (55,50,10). Sum of RGB (Red+Green+Blue) = 55+50+10=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37320A is #C8CDF5. Grayscale: #2F2F2F. Windows color (decimal): -13159926 or 668215. OLE color: 668215.

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

Color convert

RGB 55 50 10 -
CMYK 0 0.09 0.82 0.78
HSL 53.33º 0.69% 0.13% -
HSV(B) 53.33º 0.82% 0.22% -
XYZ 2.77 3.12 0.74 -
YUV 46.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 55 50 10 0 0.09 0.82 0.78 53.33 0.69 0.13
Hex 37 32 A 0 9 52 4E 35 45 D
Octal 67 62 12 0 11 122 116 65 105 15
Binary 110111 110010 1010 0 1001 1010010 1001110 110101 1000101 1101

Color Harmonies of #37320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37320A

Black with #37320A

Text Example


Text Example

White with #37320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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