#27270D

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

Shades of Maire #27270D

Tints of Maire #27270D

Color information

#27270D (or 0x27270D) is unknown color: approx Maire. HEX triplet: 27, 27 and 0D. RGB value is (39,39,13). Sum of RGB (Red+Green+Blue) = 39+39+13=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 39 - color contains mainly: red, green. Hex color #27270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27270D is #D8D8F2. Grayscale: #242424. Windows color (decimal): -14211315 or 861991. OLE color: 861991.

HSL color Cylindrical-coordinate representation of color #27270D: hue angle of 60º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27270D is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB393913-
CMYK000.670.85
HSL60º50%10.2%-
HSV(B)60º66.67%15.29%-
XYZ1.631.910.66-
YUV36.04115130.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393913000.670.85605010.2
Hex2727D0043553c32a
Octal47471500103125746212
Binary100111100111110100100001110101011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27270D; }

 p { color: rgb(39,39,13); }

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

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

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

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

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

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

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