#272714

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

Shades of Maire #272714

Tints of Maire #272714

Color information

#272714 (or 0x272714) is unknown color: approx Maire. HEX triplet: 27, 27 and 14. RGB value is (39,39,20). Sum of RGB (Red+Green+Blue) = 39+39+20=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 39 - color contains mainly: red, green. Hex color #272714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272714 is #D8D8EB. Grayscale: #242424. Windows color (decimal): -14211308 or 1320743. OLE color: 1320743.

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

Color convert

RGB393920-
CMYK000.490.85
HSL60º32.2%11.57%-
HSV(B)60º48.72%15.29%-
XYZ1.691.930.95-
YUV36.83118.5129.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=39.80%
G=39.80%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393920000.490.856032.211.57
Hex2727140031553c20c
Octal4747240061125744014
Binary100111100111101000011000110101011111001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272714; }

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

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

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

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

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

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

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

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