#272415

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

Shades of Maire #272415

Tints of Maire #272415

Color information

#272415 (or 0x272415) is unknown color: approx Maire. HEX triplet: 27, 24 and 15. RGB value is (39,36,21). Sum of RGB (Red+Green+Blue) = 39+36+21=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #272415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272415 is #D8DBEA. Grayscale: #232323. Windows color (decimal): -14212075 or 1385511. OLE color: 1385511.

HSL color Cylindrical-coordinate representation of color #272415: hue angle of 50º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272415 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB393621-
CMYK00.080.460.85
HSL50º30%11.76%-
HSV(B)50º46.15%15.29%-
XYZ1.61.750.96-
YUV35.19119.99130.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=40.62%
G=37.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362100.080.460.85503011.76
Hex272415082E55321ec
Octal47442501056125623614
Binary10011110010010101010001011101010101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272415; }

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

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

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

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

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

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

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

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