#321605

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

Shades of Brown Pod #321605

Tints of Brown Pod #321605

Color information

#321605 (or 0x321605) is unknown color: approx Brown Pod. HEX triplet: 32, 16 and 05. RGB value is (50,22,5). Sum of RGB (Red+Green+Blue) = 50+22+5=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321605 is #CDE9FA. Grayscale: #1C1C1C. Windows color (decimal): -13494779 or 333362. OLE color: 333362.

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

Color convert

RGB50225-
CMYK00.560.900.80
HSL22.67º81.82%10.78%-
HSV(B)22.67º90%19.61%-
XYZ1.631.260.3-
YUV28.43114.78143.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=64.94%
G=28.57%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5022500.560.900.8022.6781.8210.78
Hex321650385A501752b
Octal622650701321202712213
Binary110010101101010111000101101010100001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321605; }

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

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

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

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

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

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

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

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