#2E2708

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

Shades of Maire #2E2708

Tints of Maire #2E2708

Color information

#2E2708 (or 0x2E2708) is unknown color: approx Maire. HEX triplet: 2E, 27 and 08. RGB value is (46,39,8). Sum of RGB (Red+Green+Blue) = 46+39+8=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2708 is #D1D8F7. Grayscale: #252525. Windows color (decimal): -13752568 or 534318. OLE color: 534318.

HSL color Cylindrical-coordinate representation of color #2E2708: hue angle of 48.95º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2708 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB46398-
CMYK00.150.830.82
HSL48.95º70.37%10.59%-
HSV(B)48.95º82.61%18.04%-
XYZ1.92.050.53-
YUV37.56111.32134.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 49.46%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=49.46%
G=41.94%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4639800.150.830.8248.9570.3710.59
Hex2E2780F53523146b
Octal5647100171231226110613
Binary1011101001111000011111010011101001011000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2708; }

 p { color: rgb(46,39,8); }

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

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

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

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

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

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

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