#321508

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

Shades of Brown Pod #321508

Tints of Brown Pod #321508

Color information

#321508 (or 0x321508) is unknown color: approx Brown Pod. HEX triplet: 32, 15 and 08. RGB value is (50,21,8). Sum of RGB (Red+Green+Blue) = 50+21+8=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321508 is #CDEAF7. Grayscale: #1C1C1C. Windows color (decimal): -13495032 or 529714. OLE color: 529714.

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

Color convert

RGB50218-
CMYK00.580.840.80
HSL18.57º72.41%11.37%-
HSV(B)18.57º84%19.61%-
XYZ1.631.230.38-
YUV28.19116.61143.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=63.29%
G=26.58%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021800.580.840.8018.5772.4111.37
Hex3215803A54501348b
Octal6225100721241202311013
Binary1100101010110000111010101010010100001001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321508; }

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

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

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

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

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

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

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

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