#272512

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

Shades of Maire #272512

Tints of Maire #272512

Color information

#272512 (or 0x272512) is unknown color: approx Maire. HEX triplet: 27, 25 and 12. RGB value is (39,37,18). Sum of RGB (Red+Green+Blue) = 39+37+18=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #272512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272512 is #D8DAED. Grayscale: #232323. Windows color (decimal): -14211822 or 1189159. OLE color: 1189159.

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

Color convert

RGB393718-
CMYK00.050.540.85
HSL54.29º36.84%11.18%-
HSV(B)54.29º53.85%15.29%-
XYZ1.611.80.83-
YUV35.43118.16130.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=41.49%
G=39.36%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39371800.050.540.8554.2936.8411.18
Hex2725120536553625b
Octal4745220566125664513
Binary10011110010110010010111011010101011101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272512; }

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

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

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

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

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

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

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

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