#321705

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

Shades of Brown Pod #321705

Tints of Brown Pod #321705

Color information

#321705 (or 0x321705) is unknown color: approx Brown Pod. HEX triplet: 32, 17 and 05. RGB value is (50,23,5). Sum of RGB (Red+Green+Blue) = 50+23+5=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321705 is #CDE8FA. Grayscale: #1D1D1D. Windows color (decimal): -13494523 or 333618. OLE color: 333618.

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

Color convert

RGB50235-
CMYK00.540.900.80
HSL24º81.82%10.78%-
HSV(B)24º90%19.61%-
XYZ1.651.30.31-
YUV29.02114.45142.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=64.10%
G=29.49%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023500.540.900.802481.8210.78
Hex321750365A501852b
Octal622750661321203012213
Binary110010101111010110110101101010100001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321705; }

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

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

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

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

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

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

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

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