#27220E

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

Shades of Maire #27220E

Tints of Maire #27220E

Color information

#27220E (or 0x27220E) is unknown color: approx Maire. HEX triplet: 27, 22 and 0E. RGB value is (39,34,14). Sum of RGB (Red+Green+Blue) = 39+34+14=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #27220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27220E is #D8DDF1. Grayscale: #212121. Windows color (decimal): -14212594 or 926247. OLE color: 926247.

HSL color Cylindrical-coordinate representation of color #27220E: hue angle of 48º 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 #27220E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB393414-
CMYK00.130.640.85
HSL48º47.17%10.39%-
HSV(B)48º64.1%15.29%-
XYZ1.491.610.65-
YUV33.22117.16132.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=44.83%
G=39.08%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39341400.130.640.854847.1710.39
Hex2722E0D4055302fa
Octal474216015100125605712
Binary100111100010111001101100000010101011100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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