#321703

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

Shades of Brown Pod #321703

Tints of Brown Pod #321703

Color information

#321703 (or 0x321703) is unknown color: approx Brown Pod. HEX triplet: 32, 17 and 03. RGB value is (50,23,3). Sum of RGB (Red+Green+Blue) = 50+23+3=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #321703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321703 is #CDE8FC. Grayscale: #1C1C1C. Windows color (decimal): -13494525 or 202546. OLE color: 202546.

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

Color convert

RGB50233-
CMYK00.540.940.80
HSL25.53º88.68%10.39%-
HSV(B)25.53º94%19.61%-
XYZ1.641.30.25-
YUV28.79113.45143.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=65.79%
G=30.26%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023300.540.940.8025.5388.6810.39
Hex321730365E501a59a
Octal622730661361203213112
Binary11001010111110110110101111010100001101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321703; }

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

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

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

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

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

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

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

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