#2E1607

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

Shades of Brown Pod #2E1607

Tints of Brown Pod #2E1607

Color information

#2E1607 (or 0x2E1607) is unknown color: approx Brown Pod. HEX triplet: 2E, 16 and 07. RGB value is (46,22,7). Sum of RGB (Red+Green+Blue) = 46+22+7=75 (9% of max value = 765). Red value is 46 (18.36% from 255 or 61.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1607 is #D1E9F8. Grayscale: #1B1B1B. Windows color (decimal): -13756921 or 464430. OLE color: 464430.

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

Color convert

RGB46227-
CMYK00.520.850.82
HSL23.08º73.58%10.39%-
HSV(B)23.08º84.78%18.04%-
XYZ1.451.170.35-
YUV27.47116.45141.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 61.33%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 7 (3.12% from 255) = 9.33%
R=61.33%
G=29.33%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4622700.520.850.8223.0873.5810.39
Hex2E1670345552174aa
Octal562670641251222711212
Binary101110101101110110100101010110100101011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,7); }

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

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

 a { background-color: rgb(46,22,7); }

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

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

 span { border-color: rgb(46,22,7); }

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