#272502

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

Shades of Maire #272502

Tints of Maire #272502

Color information

#272502 (or 0x272502) is unknown color: approx Maire. HEX triplet: 27, 25 and 02. RGB value is (39,37,2). Sum of RGB (Red+Green+Blue) = 39+37+2=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #272502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272502 is #D8DAFD. Grayscale: #212121. Windows color (decimal): -14211838 or 140583. OLE color: 140583.

HSL color Cylindrical-coordinate representation of color #272502: hue angle of 56.76º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #272502 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB39372-
CMYK00.050.950.85
HSL56.76º90.24%8.04%-
HSV(B)56.76º94.87%15.29%-
XYZ1.511.760.32-
YUV33.61110.16131.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=50%
G=47.44%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3937200.050.950.8556.7690.248.04
Hex27252055F55395a8
Octal47452051371257113210
Binary1001111001011001011011111101010111100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272502; }

 p { color: rgb(39,37,2); }

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

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

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

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

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

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

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