#27200E

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

Shades of Maire #27200E

Tints of Maire #27200E

Color information

#27200E (or 0x27200E) is unknown color: approx Maire. HEX triplet: 27, 20 and 0E. RGB value is (39,32,14). Sum of RGB (Red+Green+Blue) = 39+32+14=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27200E is #D8DFF1. Grayscale: #202020. Windows color (decimal): -14213106 or 925735. OLE color: 925735.

HSL color Cylindrical-coordinate representation of color #27200E: hue angle of 43.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27200E is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB393214-
CMYK00.180.640.85
HSL43.2º47.17%10.39%-
HSV(B)43.2º64.1%15.29%-
XYZ1.431.50.63-
YUV32.04117.82132.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=45.88%
G=37.65%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39321400.180.640.8543.247.1710.39
Hex2720E01240552b2fa
Octal474016022100125535712
Binary1001111000001110010010100000010101011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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