#321505

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

Shades of Brown Pod #321505

Tints of Brown Pod #321505

Color information

#321505 (or 0x321505) is unknown color: approx Brown Pod. HEX triplet: 32, 15 and 05. RGB value is (50,21,5). Sum of RGB (Red+Green+Blue) = 50+21+5=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321505 is #CDEAFA. Grayscale: #1B1B1B. Windows color (decimal): -13495035 or 333106. OLE color: 333106.

HSL color Cylindrical-coordinate representation of color #321505: hue angle of 21.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321505 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB50215-
CMYK00.580.900.80
HSL21.33º81.82%10.78%-
HSV(B)21.33º90%19.61%-
XYZ1.611.230.3-
YUV27.85115.11143.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=65.79%
G=27.63%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021500.580.900.8021.3381.8210.78
Hex3215503A5A501552b
Octal622550721321202512213
Binary110010101011010111010101101010100001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321505; }

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

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

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

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

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

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

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

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