#2E190D

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

Shades of Brown Pod #2E190D

Tints of Brown Pod #2E190D

Color information

#2E190D (or 0x2E190D) is unknown color: approx Brown Pod. HEX triplet: 2E, 19 and 0D. RGB value is (46,25,13). Sum of RGB (Red+Green+Blue) = 46+25+13=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E190D is #D1E6F2. Grayscale: #1D1D1D. Windows color (decimal): -13756147 or 858414. OLE color: 858414.

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

Color convert

RGB462513-
CMYK00.460.720.82
HSL21.82º55.93%11.57%-
HSV(B)21.82º71.74%18.04%-
XYZ1.551.310.55-
YUV29.91118.46139.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 54.76%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=54.76%
G=29.76%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46251300.460.720.8221.8255.9311.57
Hex2E19D02E48521638c
Octal563115056110122267014
Binary101110110011101010111010010001010010101101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,13); }

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

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

 a { background-color: rgb(46,25,13); }

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

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

 span { border-color: rgb(46,25,13); }

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