#272514

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

Shades of Maire #272514

Tints of Maire #272514

Color information

#272514 (or 0x272514) is unknown color: approx Maire. HEX triplet: 27, 25 and 14. RGB value is (39,37,20). Sum of RGB (Red+Green+Blue) = 39+37+20=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 39 - color contains mainly: red. Hex color #272514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272514 is #D8DAEB. Grayscale: #232323. Windows color (decimal): -14211820 or 1320231. OLE color: 1320231.

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

Color convert

RGB393720-
CMYK00.050.490.85
HSL53.68º32.2%11.57%-
HSV(B)53.68º48.72%15.29%-
XYZ1.621.80.92-
YUV35.66119.16130.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=40.62%
G=38.54%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39372000.050.490.8553.6832.211.57
Hex2725140531553620c
Octal4745240561125664014
Binary10011110010110100010111000110101011101101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272514; }

 p { color: rgb(39,37,20); }

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

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

 a { background-color: rgb(39,37,20); }

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

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

 span { border-color: rgb(39,37,20); }

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