#272214

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

Shades of Maire #272214

Tints of Maire #272214

Color information

#272214 (or 0x272214) is unknown color: approx Maire. HEX triplet: 27, 22 and 14. RGB value is (39,34,20). Sum of RGB (Red+Green+Blue) = 39+34+20=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272214 is #D8DDEB. Grayscale: #212121. Windows color (decimal): -14212588 or 1319463. OLE color: 1319463.

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

Color convert

RGB393420-
CMYK00.130.490.85
HSL44.21º32.2%11.57%-
HSV(B)44.21º48.72%15.29%-
XYZ1.531.630.89-
YUV33.9120.16131.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.94%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=41.94%
G=36.56%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39342000.130.490.8544.2132.211.57
Hex2722140D31552c20c
Octal47422401561125544014
Binary100111100010101000110111000110101011011001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272214; }

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

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

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

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

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

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

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

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