#272412

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

Shades of Maire #272412

Tints of Maire #272412

Color information

#272412 (or 0x272412) is unknown color: approx Maire. HEX triplet: 27, 24 and 12. RGB value is (39,36,18). Sum of RGB (Red+Green+Blue) = 39+36+18=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272412 is #D8DBED. Grayscale: #222222. Windows color (decimal): -14212078 or 1188903. OLE color: 1188903.

HSL color Cylindrical-coordinate representation of color #272412: hue angle of 51.43º 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 #272412 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB393618-
CMYK00.080.540.85
HSL51.43º36.84%11.18%-
HSV(B)51.43º53.85%15.29%-
XYZ1.581.740.82-
YUV34.84118.49130.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=41.94%
G=38.71%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39361800.080.540.8551.4336.8411.18
Hex2724120836553325b
Octal47442201066125634513
Binary100111100100100100100011011010101011100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272412; }

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

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

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

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

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

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

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

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