#2E170C

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

Shades of Brown Pod #2E170C

Tints of Brown Pod #2E170C

Color information

#2E170C (or 0x2E170C) is unknown color: approx Brown Pod. HEX triplet: 2E, 17 and 0C. RGB value is (46,23,12). Sum of RGB (Red+Green+Blue) = 46+23+12=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E170C is #D1E8F3. Grayscale: #1C1C1C. Windows color (decimal): -13756660 or 792366. OLE color: 792366.

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

Color convert

RGB462312-
CMYK00.500.740.82
HSL19.41º58.62%11.37%-
HSV(B)19.41º73.91%18.04%-
XYZ1.51.220.5-
YUV28.62118.62140.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 56.79%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=56.79%
G=28.40%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46231200.500.740.8219.4158.6211.37
Hex2E17C0324A52133bb
Octal562714062112122237313
Binary101110101111100011001010010101010010100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,12); }

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

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

 a { background-color: rgb(46,23,12); }

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

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

 span { border-color: rgb(46,23,12); }

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