#363212

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

Shades of Maire #363212

Tints of Maire #363212

Color information

#363212 (or 0x363212) is unknown color: approx Maire. HEX triplet: 36, 32 and 12. RGB value is (54,50,18). Sum of RGB (Red+Green+Blue) = 54+50+18=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #363212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363212 is #C9CDED. Grayscale: #2F2F2F. Windows color (decimal): -13225454 or 1192502. OLE color: 1192502.

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

Color convert

RGB545018-
CMYK00.070.670.79
HSL53.33º50%14.12%-
HSV(B)53.33º66.67%21.18%-
XYZ2.773.111.03-
YUV47.55111.33132.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=44.26%
G=40.98%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54501800.070.670.7953.335014.12
Hex36321207434F3532e
Octal66622207103117656216
Binary110110110010100100111100001110011111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363212; }

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

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

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

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

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

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

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

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