Html Css Color HEX #363114 Maire

📋 copy color: '#363114'

red 54 ◦ green 49 ◦ blue 20

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

Shades of Maire #363114

Tints of Maire #363114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 43.9%
G = 39.84%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#363114 (or 0x363114) is known color: Maire. HEX triplet: 36, 31 and 14. RGB value is (54,49,20). Sum of RGB (Red+Green+Blue) = 54+49+20=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #363114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363114 is #C9CEEB. Grayscale: #2F2F2F. Windows color (decimal): -13225708 or 1323318. OLE color: 1323318.

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

Color convert

RGB 54 49 20 -
CMYK 0 0.09 0.63 0.79
HSL 51.18º 0.46% 0.15% -
HSV(B) 51.18º 0.63% 0.21% -
XYZ 2.75 3.03 1.1 -
YUV 47.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 54 49 20 0 0.09 0.63 0.79 51.18 0.46 0.15
Hex 36 31 14 0 9 3F 4F 33 2E F
Octal 66 61 24 0 11 77 117 63 56 17
Binary 110110 110001 10100 0 1001 111111 1001111 110011 101110 1111

Color Harmonies of #363114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363114

Black with #363114

Text Example


Text Example

White with #363114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363114; }

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

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

background-color css

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

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

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

border-color css

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

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

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