#272620

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

Shades of Maire #272620

Tints of Maire #272620

Color information

#272620 (or 0x272620) is unknown color: approx Maire. HEX triplet: 27, 26 and 20. RGB value is (39,38,32). Sum of RGB (Red+Green+Blue) = 39+38+32=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 39 - color contains mainly: red. Hex color #272620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272620 is #D8D9DF. Grayscale: #252525. Windows color (decimal): -14211552 or 2106919. OLE color: 2106919.

HSL color Cylindrical-coordinate representation of color #272620: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272620 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB393832-
CMYK00.030.180.85
HSL51.43º9.86%13.92%-
HSV(B)51.43º17.95%15.29%-
XYZ1.791.921.64-
YUV37.62124.83128.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=35.78%
G=34.86%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39383200.030.180.8551.439.8613.92
Hex27262003125533ae
Octal4746400322125631216
Binary10011110011010000001110010101010111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272620; }

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

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

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

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

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

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

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

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