#272418

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

Shades of Maire #272418

Tints of Maire #272418

Color information

#272418 (or 0x272418) is unknown color: approx Maire. HEX triplet: 27, 24 and 18. RGB value is (39,36,24). Sum of RGB (Red+Green+Blue) = 39+36+24=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #272418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272418 is #D8DBE7. Grayscale: #232323. Windows color (decimal): -14212072 or 1582119. OLE color: 1582119.

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

Color convert

RGB393624-
CMYK00.080.380.85
HSL48º23.81%12.35%-
HSV(B)48º38.46%15.29%-
XYZ1.631.761.12-
YUV35.53121.49130.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=39.39%
G=36.36%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362400.080.380.854823.8112.35
Hex2724180826553018c
Octal47443001046125603014
Binary10011110010011000010001001101010101110000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272418; }

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

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

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

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

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

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

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

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