#2E180F

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

Shades of Brown Pod #2E180F

Tints of Brown Pod #2E180F

Color information

#2E180F (or 0x2E180F) is unknown color: approx Brown Pod. HEX triplet: 2E, 18 and 0F. RGB value is (46,24,15). Sum of RGB (Red+Green+Blue) = 46+24+15=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E180F is #D1E7F0. Grayscale: #1D1D1D. Windows color (decimal): -13756401 or 989230. OLE color: 989230.

HSL color Cylindrical-coordinate representation of color #2E180F: hue angle of 17.42º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E180F is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB462415-
CMYK00.480.670.82
HSL17.42º50.82%11.96%-
HSV(B)17.42º67.39%18.04%-
XYZ1.541.270.62-
YUV29.55119.79139.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 54.12%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=54.12%
G=28.24%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46241500.480.670.8217.4250.8211.96
Hex2E18F03043521133c
Octal563017060103122216314
Binary101110110001111011000010000111010010100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,15); }

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

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

 a { background-color: rgb(46,24,15); }

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

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

 span { border-color: rgb(46,24,15); }

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