#272416

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

Shades of Maire #272416

Tints of Maire #272416

Color information

#272416 (or 0x272416) is unknown color: approx Maire. HEX triplet: 27, 24 and 16. RGB value is (39,36,22). Sum of RGB (Red+Green+Blue) = 39+36+22=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #272416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272416 is #D8DBE9. Grayscale: #232323. Windows color (decimal): -14212074 or 1451047. OLE color: 1451047.

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

Color convert

RGB393622-
CMYK00.080.440.85
HSL49.41º27.87%11.96%-
HSV(B)49.41º43.59%15.29%-
XYZ1.611.751.01-
YUV35.3120.49130.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=40.21%
G=37.11%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39362200.080.440.8549.4127.8711.96
Hex272416082C55311cc
Octal47442601054125613414
Binary10011110010010110010001011001010101110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272416; }

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

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

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

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

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

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

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

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