#272616

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

Shades of Maire #272616

Tints of Maire #272616

Color information

#272616 (or 0x272616) is unknown color: approx Maire. HEX triplet: 27, 26 and 16. RGB value is (39,38,22). Sum of RGB (Red+Green+Blue) = 39+38+22=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #272616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272616 is #D8D9E9. Grayscale: #242424. Windows color (decimal): -14211562 or 1451559. OLE color: 1451559.

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

Color convert

RGB393822-
CMYK00.030.440.85
HSL56.47º27.87%11.96%-
HSV(B)56.47º43.59%15.29%-
XYZ1.671.881.03-
YUV36.48119.83129.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=39.39%
G=38.38%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39382200.030.440.8556.4727.8711.96
Hex272616032C55381cc
Octal4746260354125703414
Binary100111100110101100111011001010101111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272616; }

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

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

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

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

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

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

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

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