#2E2608

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

Shades of Maire #2E2608

Tints of Maire #2E2608

Color information

#2E2608 (or 0x2E2608) is unknown color: approx Maire. HEX triplet: 2E, 26 and 08. RGB value is (46,38,8). Sum of RGB (Red+Green+Blue) = 46+38+8=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2608 is #D1D9F7. Grayscale: #252525. Windows color (decimal): -13752824 or 534062. OLE color: 534062.

HSL color Cylindrical-coordinate representation of color #2E2608: hue angle of 47.37º 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 #2E2608 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB46388-
CMYK00.170.830.82
HSL47.37º70.37%10.59%-
HSV(B)47.37º82.61%18.04%-
XYZ1.861.980.51-
YUV36.97111.65134.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=50%
G=41.30%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4638800.170.830.8247.3770.3710.59
Hex2E26801153522f46b
Octal5646100211231225710613
Binary10111010011010000100011010011101001010111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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