#321203

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

Shades of Brown Pod #321203

Tints of Brown Pod #321203

Color information

#321203 (or 0x321203) is unknown color: approx Brown Pod. HEX triplet: 32, 12 and 03. RGB value is (50,18,3). Sum of RGB (Red+Green+Blue) = 50+18+3=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #321203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321203 is #CDEDFC. Grayscale: #191919. Windows color (decimal): -13495805 or 201266. OLE color: 201266.

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

Color convert

RGB50183-
CMYK00.640.940.80
HSL19.15º88.68%10.39%-
HSV(B)19.15º94%19.61%-
XYZ1.551.120.22-
YUV25.86115.1145.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 70.42%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=70.42%
G=25.35%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018300.640.940.8019.1588.6810.39
Hex321230405E501359a
Octal6222301001361202313112
Binary110010100101101000000101111010100001001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321203; }

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

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

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

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

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

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

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

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