#331E1A

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

Shades of Brown Pod #331E1A

Tints of Brown Pod #331E1A

Color information

#331E1A (or 0x331E1A) is unknown color: approx Brown Pod. HEX triplet: 33, 1E and 1A. RGB value is (51,30,26). Sum of RGB (Red+Green+Blue) = 51+30+26=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E1A is #CCE1E5. Grayscale: #232323. Windows color (decimal): -13427174 or 1711667. OLE color: 1711667.

HSL color Cylindrical-coordinate representation of color #331E1A: hue angle of 9.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331E1A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB513026-
CMYK00.410.490.8
HSL9.6º32.47%15.1%-
HSV(B)9.6º49.02%20%-
XYZ2.021.711.2-
YUV35.82122.46138.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 30 (12.11% from 255) = 28.04%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=47.66%
G=28.04%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51302600.410.490.89.632.4715.1
Hex331E1A0293150a20f
Octal63363205161120124017
Binary11001111110110100101001110001101000010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E1A; }

 p { color: rgb(51,30,26); }

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

<style>
 a { background-color: #331E1A; }

 a { background-color: rgb(51,30,26); }

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

<style>
 span { border-color: #331E1A; }

 span { border-color: rgb(51,30,26); }

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