#321E15

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

Shades of Brown Pod #321E15

Tints of Brown Pod #321E15

Color information

#321E15 (or 0x321E15) is unknown color: approx Brown Pod. HEX triplet: 32, 1E and 15. RGB value is (50,30,21). Sum of RGB (Red+Green+Blue) = 50+30+21=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E15 is #CDE1EA. Grayscale: #232323. Windows color (decimal): -13492715 or 1383986. OLE color: 1383986.

HSL color Cylindrical-coordinate representation of color #321E15: hue angle of 18.62º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321E15 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB503021-
CMYK00.400.580.80
HSL18.62º40.85%13.92%-
HSV(B)18.62º58%19.61%-
XYZ1.921.660.93-
YUV34.95120.13138.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=49.50%
G=29.70%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50302100.400.580.8018.6240.8513.92
Hex321E150283A501329e
Octal62362505072120235116
Binary110010111101010101010001110101010000100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E15; }

 p { color: rgb(50,30,21); }

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

<style>
 a { background-color: #321E15; }

 a { background-color: rgb(50,30,21); }

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

<style>
 span { border-color: #321E15; }

 span { border-color: rgb(50,30,21); }

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