Html Css Color HEX #363112 Maire

📋 copy color: '#363112'

red 54 ◦ green 49 ◦ blue 18

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

Shades of Maire #363112

Tints of Maire #363112

RGB

 RED value IS 54 (21.48% from 255) = 44.63%

 GREEN value IS 49 (19.53% from 255) = 40.5%

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

R = 44.63%
G = 40.5%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#363112 (or 0x363112) is known color: Maire. HEX triplet: 36, 31 and 12. RGB value is (54,49,18). Sum of RGB (Red+Green+Blue) = 54+49+18=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #363112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363112 is #C9CEED. Grayscale: #2F2F2F. Windows color (decimal): -13225710 or 1192246. OLE color: 1192246.

HSL color Cylindrical-coordinate representation of color #363112: hue angle of 51.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363112 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 18 -
CMYK 0 0.09 0.67 0.79
HSL 51.67º 0.5% 0.14% -
HSV(B) 51.67º 0.67% 0.21% -
XYZ 2.73 3.02 1.01 -
YUV 46.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 54 49 18 0 0.09 0.67 0.79 51.67 0.5 0.14
Hex 36 31 12 0 9 43 4F 34 32 E
Octal 66 61 22 0 11 103 117 64 62 16
Binary 110110 110001 10010 0 1001 1000011 1001111 110100 110010 1110

Color Harmonies of #363112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363112

Black with #363112

Text Example


Text Example

White with #363112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363112; }

 p { color: rgb(54,49,18); }

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

background-color css

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

 a { background-color: rgb(54,49,18); }

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

border-color css

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

 span { border-color: rgb(54,49,18); }

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