#2E2905

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

Shades of Maire #2E2905

Tints of Maire #2E2905

Color information

#2E2905 (or 0x2E2905) is unknown color: approx Maire. HEX triplet: 2E, 29 and 05. RGB value is (46,41,5). Sum of RGB (Red+Green+Blue) = 46+41+5=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2905 is #D1D6FA. Grayscale: #262626. Windows color (decimal): -13752059 or 338222. OLE color: 338222.

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

Color convert

RGB46415-
CMYK00.110.890.82
HSL52.68º80.39%10%-
HSV(B)52.68º89.13%18.04%-
XYZ1.952.180.46-
YUV38.39109.16133.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=50%
G=44.57%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4641500.110.890.8252.6880.3910
Hex2E2950B59523550a
Octal565150131311226512012
Binary101110101001101010111011001101001011010110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,5); }

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

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

 a { background-color: rgb(46,41,5); }

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

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

 span { border-color: rgb(46,41,5); }

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