#272315

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

Shades of Maire #272315

Tints of Maire #272315

Color information

#272315 (or 0x272315) is unknown color: approx Maire. HEX triplet: 27, 23 and 15. RGB value is (39,35,21). Sum of RGB (Red+Green+Blue) = 39+35+21=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #272315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272315 is #D8DCEA. Grayscale: #222222. Windows color (decimal): -14212331 or 1385255. OLE color: 1385255.

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

Color convert

RGB393521-
CMYK00.100.460.85
HSL46.67º30%11.76%-
HSV(B)46.67º46.15%15.29%-
XYZ1.571.690.95-
YUV34.6120.33131.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=41.05%
G=36.84%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39352100.100.460.8546.673011.76
Hex2723150A2E552f1ec
Octal47432501256125573614
Binary10011110001110101010101011101010101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272315; }

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

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

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

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

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

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

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

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