#27240C

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

Shades of Maire #27240C

Tints of Maire #27240C

Color information

#27240C (or 0x27240C) is unknown color: approx Maire. HEX triplet: 27, 24 and 0C. RGB value is (39,36,12). Sum of RGB (Red+Green+Blue) = 39+36+12=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27240C is #D8DBF3. Grayscale: #222222. Windows color (decimal): -14212084 or 795687. OLE color: 795687.

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

Color convert

RGB393612-
CMYK00.080.690.85
HSL53.33º52.94%10%-
HSV(B)53.33º69.23%15.29%-
XYZ1.531.720.6-
YUV34.16115.49131.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=44.83%
G=41.38%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39361200.080.690.8553.3352.9410
Hex2724C0845553535a
Octal474414010105125656512
Binary100111100100110001000100010110101011101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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