#27270A

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

Shades of Maire #27270A

Tints of Maire #27270A

Color information

#27270A (or 0x27270A) is unknown color: approx Maire. HEX triplet: 27, 27 and 0A. RGB value is (39,39,10). Sum of RGB (Red+Green+Blue) = 39+39+10=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 39 - color contains mainly: red, green. Hex color #27270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27270A is #D8D8F5. Grayscale: #232323. Windows color (decimal): -14211318 or 665383. OLE color: 665383.

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

Color convert

RGB393910-
CMYK000.740.85
HSL60º59.18%9.61%-
HSV(B)60º74.36%15.29%-
XYZ1.621.90.57-
YUV35.69113.5130.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=44.32%
G=44.32%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393910000.740.856059.189.61
Hex2727A004A553c3ba
Octal47471200112125747312
Binary100111100111101000100101010101011111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27270A; }

 p { color: rgb(39,39,10); }

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

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

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

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

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

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

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