#272513

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

Shades of Maire #272513

Tints of Maire #272513

Color information

#272513 (or 0x272513) is unknown color: approx Maire. HEX triplet: 27, 25 and 13. RGB value is (39,37,19). Sum of RGB (Red+Green+Blue) = 39+37+19=95 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.05% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 39 - color contains mainly: red. Hex color #272513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272513 is #D8DAEC. Grayscale: #232323. Windows color (decimal): -14211821 or 1254695. OLE color: 1254695.

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

Color convert

RGB393719-
CMYK00.050.510.85
HSL54º34.48%11.37%-
HSV(B)54º51.28%15.29%-
XYZ1.621.80.88-
YUV35.55118.66130.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.05%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 19 (7.81% from 255) = 20%
R=41.05%
G=38.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39371900.050.510.855434.4811.37
Hex2725130533553622b
Octal4745230563125664213
Binary10011110010110011010111001110101011101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272513; }

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

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

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

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

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

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

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

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