#272520

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

Shades of Maire #272520

Tints of Maire #272520

Color information

#272520 (or 0x272520) is unknown color: approx Maire. HEX triplet: 27, 25 and 20. RGB value is (39,37,32). Sum of RGB (Red+Green+Blue) = 39+37+32=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 39 - color contains mainly: red. Hex color #272520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272520 is #D8DADF. Grayscale: #252525. Windows color (decimal): -14211808 or 2106663. OLE color: 2106663.

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

Color convert

RGB393732-
CMYK00.050.180.85
HSL42.86º9.86%13.92%-
HSV(B)42.86º17.95%15.29%-
XYZ1.761.861.63-
YUV37.03125.16129.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.11%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=36.11%
G=34.26%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39373200.050.180.8542.869.8613.92
Hex2725200512552bae
Octal4745400522125531216
Binary100111100101100000010110010101010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272520; }

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

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

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

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

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

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

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

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