#27200C

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

Shades of Maire #27200C

Tints of Maire #27200C

Color information

#27200C (or 0x27200C) is unknown color: approx Maire. HEX triplet: 27, 20 and 0C. RGB value is (39,32,12). Sum of RGB (Red+Green+Blue) = 39+32+12=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #27200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27200C is #D8DFF3. Grayscale: #1F1F1F. Windows color (decimal): -14213108 or 794663. OLE color: 794663.

HSL color Cylindrical-coordinate representation of color #27200C: hue angle of 44.44º 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 #27200C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB393212-
CMYK00.180.690.85
HSL44.44º52.94%10%-
HSV(B)44.44º69.23%15.29%-
XYZ1.421.490.56-
YUV31.81116.82133.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=46.99%
G=38.55%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39321200.180.690.8544.4452.9410
Hex2720C01245552c35a
Octal474014022105125546512
Binary1001111000001100010010100010110101011011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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