#272516

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

Shades of Maire #272516

Tints of Maire #272516

Color information

#272516 (or 0x272516) is unknown color: approx Maire. HEX triplet: 27, 25 and 16. RGB value is (39,37,22). Sum of RGB (Red+Green+Blue) = 39+37+22=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #272516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272516 is #D8DAE9. Grayscale: #232323. Windows color (decimal): -14211818 or 1451303. OLE color: 1451303.

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

Color convert

RGB393722-
CMYK00.050.440.85
HSL52.94º27.87%11.96%-
HSV(B)52.94º43.59%15.29%-
XYZ1.641.811.02-
YUV35.89120.16130.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=39.80%
G=37.76%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39372200.050.440.8552.9427.8711.96
Hex272516052C55351cc
Octal4745260554125653414
Binary1001111001011011001011011001010101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272516; }

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

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

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

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

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

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

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

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