#321502

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

Shades of Brown Pod #321502

Tints of Brown Pod #321502

Color information

#321502 (or 0x321502) is unknown color: approx Brown Pod. HEX triplet: 32, 15 and 02. RGB value is (50,21,2). Sum of RGB (Red+Green+Blue) = 50+21+2=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321502 is #CDEAFD. Grayscale: #1B1B1B. Windows color (decimal): -13495038 or 136498. OLE color: 136498.

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

Color convert

RGB50212-
CMYK00.580.960.80
HSL23.75º92.31%10.2%-
HSV(B)23.75º96%19.61%-
XYZ1.591.220.21-
YUV27.51113.61144.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=68.49%
G=28.77%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021200.580.960.8023.7592.3110.2
Hex3215203A6050185ca
Octal622520721401203013412
Binary11001010101100111010110000010100001100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321502; }

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

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

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

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

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

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

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

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