#27220C

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

Shades of Maire #27220C

Tints of Maire #27220C

Color information

#27220C (or 0x27220C) is unknown color: approx Maire. HEX triplet: 27, 22 and 0C. RGB value is (39,34,12). Sum of RGB (Red+Green+Blue) = 39+34+12=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #27220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27220C is #D8DDF3. Grayscale: #212121. Windows color (decimal): -14212596 or 795175. OLE color: 795175.

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

Color convert

RGB393412-
CMYK00.130.690.85
HSL48.89º52.94%10%-
HSV(B)48.89º69.23%15.29%-
XYZ1.481.60.58-
YUV32.99116.16132.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=45.88%
G=40%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39341200.130.690.8548.8952.9410
Hex2722C0D45553135a
Octal474214015105125616512
Binary100111100010110001101100010110101011100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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