#320400

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

Shades of Seal Brown #320400

Tints of Seal Brown #320400

Color information

#320400 (or 0x320400) is unknown color: approx Seal Brown. HEX triplet: 32, 04 and 00. RGB value is (50,4,0). Sum of RGB (Red+Green+Blue) = 50+4+0=54 (7% of max value = 765). Red value is 50 (19.92% from 255 or 92.59% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 50 - color contains mainly: red. Hex color #320400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320400 is #CDFBFF. Grayscale: #111111. Windows color (decimal): -13499392 or 1074. OLE color: 1074.

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

Color convert

RGB5040-
CMYK00.9210.80
HSL4.8º100%9.8%-
HSV(B)4.8º100%19.61%-
XYZ1.360.760.08-
YUV17.3118.24151.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 92.59%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.59%
G=7.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal504000.9210.804.81009.8
Hex324005C6450564a
Octal62400134144120514412
Binary1100101000010111001100100101000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320400; }

 p { color: rgb(50,4,0); }

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

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

 a { background-color: rgb(50,4,0); }

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

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

 span { border-color: rgb(50,4,0); }

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