#272212

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

Shades of Maire #272212

Tints of Maire #272212

Color information

#272212 (or 0x272212) is unknown color: approx Maire. HEX triplet: 27, 22 and 12. RGB value is (39,34,18). Sum of RGB (Red+Green+Blue) = 39+34+18=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #272212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272212 is #D8DDED. Grayscale: #212121. Windows color (decimal): -14212590 or 1188391. OLE color: 1188391.

HSL color Cylindrical-coordinate representation of color #272212: hue angle of 45.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #272212 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB393418-
CMYK00.130.540.85
HSL45.71º36.84%11.18%-
HSV(B)45.71º53.85%15.29%-
XYZ1.521.620.8-
YUV33.67119.16131.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=42.86%
G=37.36%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39341800.130.540.8545.7136.8411.18
Hex2722120D36552e25b
Octal47422201566125564513
Binary100111100010100100110111011010101011011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272212; }

 p { color: rgb(39,34,18); }

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

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

 a { background-color: rgb(39,34,18); }

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

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

 span { border-color: rgb(39,34,18); }

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