#363214

Color #363214 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #363214

Tints of Maire #363214

Color information

#363214 (or 0x363214) is unknown color: approx Maire. HEX triplet: 36, 32 and 14. RGB value is (54,50,20). Sum of RGB (Red+Green+Blue) = 54+50+20=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #363214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363214 is #C9CDEB. Grayscale: #2F2F2F. Windows color (decimal): -13225452 or 1323574. OLE color: 1323574.

HSL color Cylindrical-coordinate representation of color #363214: hue angle of 52.94º 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 #363214 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB545020-
CMYK00.070.630.79
HSL52.94º45.95%14.51%-
HSV(B)52.94º62.96%21.18%-
XYZ2.793.121.12-
YUV47.78112.33132.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=43.55%
G=40.32%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54502000.070.630.7952.9445.9514.51
Hex363214073F4F352ef
Octal6662240777117655617
Binary11011011001010100011111111110011111101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363214; }

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

 H1.HeaderClassName
 {
   color: #363214;
 }
 .AnyTagClassName
 {
   color: #363214;
 }
</style>
background-color css

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

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

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

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

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

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