#272206

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

Shades of Maire #272206

Tints of Maire #272206

Color information

#272206 (or 0x272206) is unknown color: approx Maire. HEX triplet: 27, 22 and 06. RGB value is (39,34,6). Sum of RGB (Red+Green+Blue) = 39+34+6=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #272206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272206 is #D8DDF9. Grayscale: #202020. Windows color (decimal): -14212602 or 401959. OLE color: 401959.

HSL color Cylindrical-coordinate representation of color #272206: hue angle of 50.91º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #272206 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB39346-
CMYK00.130.850.85
HSL50.91º73.33%8.82%-
HSV(B)50.91º84.62%15.29%-
XYZ1.441.590.4-
YUV32.3113.16132.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 34 (13.67% from 255) = 43.04%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=49.37%
G=43.04%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3934600.130.850.8550.9173.338.82
Hex272260D555533499
Octal474260151251256311111
Binary100111100010110011011010101101010111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272206; }

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

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

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

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

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

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

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

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