#272010

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

Shades of Maire #272010

Tints of Maire #272010

Color information

#272010 (or 0x272010) is unknown color: approx Maire. HEX triplet: 27, 20 and 10. RGB value is (39,32,16). Sum of RGB (Red+Green+Blue) = 39+32+16=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #272010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272010 is #D8DFEF. Grayscale: #202020. Windows color (decimal): -14213104 or 1056807. OLE color: 1056807.

HSL color Cylindrical-coordinate representation of color #272010: hue angle of 41.74º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272010 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB393216-
CMYK00.180.590.85
HSL41.74º41.82%10.78%-
HSV(B)41.74º58.97%15.29%-
XYZ1.451.50.7-
YUV32.27118.82132.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=44.83%
G=36.78%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39321600.180.590.8541.7441.8210.78
Hex2720100123B552a2ab
Octal47402002273125525213
Binary1001111000001000001001011101110101011010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272010; }

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

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

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

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

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

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

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

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