#321408

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

Shades of Brown Pod #321408

Tints of Brown Pod #321408

Color information

#321408 (or 0x321408) is unknown color: approx Brown Pod. HEX triplet: 32, 14 and 08. RGB value is (50,20,8). Sum of RGB (Red+Green+Blue) = 50+20+8=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321408 is #CDEBF7. Grayscale: #1B1B1B. Windows color (decimal): -13495288 or 529458. OLE color: 529458.

HSL color Cylindrical-coordinate representation of color #321408: hue angle of 17.14º 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 #321408 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB50208-
CMYK00.600.840.80
HSL17.14º72.41%11.37%-
HSV(B)17.14º84%19.61%-
XYZ1.611.20.38-
YUV27.6116.94143.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=64.10%
G=25.64%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020800.600.840.8017.1472.4111.37
Hex3214803C54501148b
Octal6224100741241202111013
Binary1100101010010000111100101010010100001000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321408; }

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

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

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

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

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

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

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

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