Html Css Color HEX #37320F Maire

📋 copy color: '#37320F'

red 55 ◦ green 50 ◦ blue 15

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

Shades of Maire #37320F

Tints of Maire #37320F

RGB

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

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

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

R = 45.83%
G = 41.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37320F (or 0x37320F) is known color: Maire. HEX triplet: 37, 32 and 0F. RGB value is (55,50,15). Sum of RGB (Red+Green+Blue) = 55+50+15=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37320F is #C8CDF0. Grayscale: #2F2F2F. Windows color (decimal): -13159921 or 995895. OLE color: 995895.

HSL color Cylindrical-coordinate representation of color #37320F: hue angle of 52.5º 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 #37320F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 15 -
CMYK 0 0.09 0.73 0.78
HSL 52.5º 0.57% 0.14% -
HSV(B) 52.5º 0.73% 0.22% -
XYZ 2.8 3.13 0.91 -
YUV 47.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 55 50 15 0 0.09 0.73 0.78 52.5 0.57 0.14
Hex 37 32 F 0 9 49 4E 34 39 E
Octal 67 62 17 0 11 111 116 64 71 16
Binary 110111 110010 1111 0 1001 1001001 1001110 110100 111001 1110

Color Harmonies of #37320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37320F

Black with #37320F

Text Example


Text Example

White with #37320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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