#321A0D

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

Shades of Brown Pod #321A0D

Tints of Brown Pod #321A0D

Color information

#321A0D (or 0x321A0D) is unknown color: approx Brown Pod. HEX triplet: 32, 1A and 0D. RGB value is (50,26,13). Sum of RGB (Red+Green+Blue) = 50+26+13=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A0D is #CDE5F2. Grayscale: #1F1F1F. Windows color (decimal): -13493747 or 858674. OLE color: 858674.

HSL color Cylindrical-coordinate representation of color #321A0D: hue angle of 21.08º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321A0D is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB502613-
CMYK00.480.740.80
HSL21.08º58.73%12.35%-
HSV(B)21.08º74%19.61%-
XYZ1.761.450.57-
YUV31.69117.45141.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=56.18%
G=29.21%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50261300.480.740.8021.0858.7312.35
Hex321AD0304A50153bc
Octal623215060112120257314
Binary110010110101101011000010010101010000101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,26,13); }

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

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

 a { background-color: rgb(50,26,13); }

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

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

 span { border-color: rgb(50,26,13); }

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