Html Css Color HEX #373012 Maire

📋 copy color: '#373012'

red 55 ◦ green 48 ◦ blue 18

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

Shades of Maire #373012

Tints of Maire #373012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 45.45%
G = 39.67%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#373012 (or 0x373012) is known color: Maire. HEX triplet: 37, 30 and 12. RGB value is (55,48,18). Sum of RGB (Red+Green+Blue) = 55+48+18=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #373012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373012 is #C8CFED. Grayscale: #2E2E2E. Windows color (decimal): -13160430 or 1191991. OLE color: 1191991.

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

Color convert

RGB 55 48 18 -
CMYK 0 0.13 0.67 0.78
HSL 48.65º 0.51% 0.14% -
HSV(B) 48.65º 0.67% 0.22% -
XYZ 2.74 2.97 1 -
YUV 46.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 55 48 18 0 0.13 0.67 0.78 48.65 0.51 0.14
Hex 37 30 12 0 D 43 4E 31 33 E
Octal 67 60 22 0 15 103 116 61 63 16
Binary 110111 110000 10010 0 1101 1000011 1001110 110001 110011 1110

Color Harmonies of #373012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373012

Black with #373012

Text Example


Text Example

White with #373012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373012; }

 p { color: rgb(55,48,18); }

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

background-color css

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

 a { background-color: rgb(55,48,18); }

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

border-color css

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

 span { border-color: rgb(55,48,18); }

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