#321403

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

Shades of Brown Pod #321403

Tints of Brown Pod #321403

Color information

#321403 (or 0x321403) is unknown color: approx Brown Pod. HEX triplet: 32, 14 and 03. RGB value is (50,20,3). Sum of RGB (Red+Green+Blue) = 50+20+3=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #321403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321403 is #CDEBFC. Grayscale: #1B1B1B. Windows color (decimal): -13495293 or 201778. OLE color: 201778.

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

Color convert

RGB50203-
CMYK00.600.940.80
HSL21.7º88.68%10.39%-
HSV(B)21.7º94%19.61%-
XYZ1.581.180.23-
YUV27.03114.44144.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=68.49%
G=27.40%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020300.600.940.8021.788.6810.39
Hex3214303C5E501659a
Octal622430741361202613112
Binary11001010100110111100101111010100001011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321403; }

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

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

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

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

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

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

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

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