#272800

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

Shades of Maire #272800

Tints of Maire #272800

Color information

#272800 (or 0x272800) is unknown color: approx Maire. HEX triplet: 27, 28 and 00. RGB value is (39,40,0). Sum of RGB (Red+Green+Blue) = 39+40+0=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #272800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272800 is #D8D7FF. Grayscale: #232323. Windows color (decimal): -14211072 or 10279. OLE color: 10279.

HSL color Cylindrical-coordinate representation of color #272800: hue angle of 61.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #272800 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB39400-
CMYK0.02010.84
HSL61.5º100%7.84%-
HSV(B)61.5º100%15.69%-
XYZ1.61.950.29-
YUV35.14108.17130.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.37%
G=50.63%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal394000.02010.8461.51007.84
Hex272802064543e648
Octal47500201441247614410
Binary10011110100001001100100101010011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272800; }

 p { color: rgb(39,40,0); }

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

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

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

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

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

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

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