#321D18

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

Shades of Brown Pod #321D18

Tints of Brown Pod #321D18

Color information

#321D18 (or 0x321D18) is unknown color: approx Brown Pod. HEX triplet: 32, 1D and 18. RGB value is (50,29,24). Sum of RGB (Red+Green+Blue) = 50+29+24=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D18 is #CDE2E7. Grayscale: #222222. Windows color (decimal): -13492968 or 1580338. OLE color: 1580338.

HSL color Cylindrical-coordinate representation of color #321D18: hue angle of 11.54º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321D18 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB502924-
CMYK00.420.520.80
HSL11.54º35.14%14.51%-
HSV(B)11.54º52%19.61%-
XYZ1.921.621.08-
YUV34.71121.96138.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=48.54%
G=28.16%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50292400.420.520.8011.5435.1414.51
Hex321D1802A3450c23f
Octal62353005264120144317
Binary11001011101110000101010110100101000011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,29,24); }

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

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

 a { background-color: rgb(50,29,24); }

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

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

 span { border-color: rgb(50,29,24); }

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