#272414

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

Shades of Maire #272414

Tints of Maire #272414

Color information

#272414 (or 0x272414) is unknown color: approx Maire. HEX triplet: 27, 24 and 14. RGB value is (39,36,20). Sum of RGB (Red+Green+Blue) = 39+36+20=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #272414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272414 is #D8DBEB. Grayscale: #232323. Windows color (decimal): -14212076 or 1319975. OLE color: 1319975.

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

Color convert

RGB393620-
CMYK00.080.490.85
HSL50.53º32.2%11.57%-
HSV(B)50.53º48.72%15.29%-
XYZ1.591.740.91-
YUV35.07119.49130.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=41.05%
G=37.89%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362000.080.490.8550.5332.211.57
Hex2724140831553320c
Octal47442401061125634014
Binary100111100100101000100011000110101011100111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272414; }

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

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

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

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

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

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

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

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