#27240A

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

Shades of Maire #27240A

Tints of Maire #27240A

Color information

#27240A (or 0x27240A) is unknown color: approx Maire. HEX triplet: 27, 24 and 0A. RGB value is (39,36,10). Sum of RGB (Red+Green+Blue) = 39+36+10=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27240A is #D8DBF5. Grayscale: #222222. Windows color (decimal): -14212086 or 664615. OLE color: 664615.

HSL color Cylindrical-coordinate representation of color #27240A: hue angle of 53.79º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27240A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB393610-
CMYK00.080.740.85
HSL53.79º59.18%9.61%-
HSV(B)53.79º74.36%15.29%-
XYZ1.521.720.54-
YUV33.93114.49131.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=45.88%
G=42.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39361000.080.740.8553.7959.189.61
Hex2724A084A55363ba
Octal474412010112125667312
Binary100111100100101001000100101010101011101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27240A; }

 p { color: rgb(39,36,10); }

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

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

 a { background-color: rgb(39,36,10); }

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

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

 span { border-color: rgb(39,36,10); }

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