#320500

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

Shades of Seal Brown #320500

Tints of Seal Brown #320500

Color information

#320500 (or 0x320500) is unknown color: approx Seal Brown. HEX triplet: 32, 05 and 00. RGB value is (50,5,0). Sum of RGB (Red+Green+Blue) = 50+5+0=55 (7% of max value = 765). Red value is 50 (19.92% from 255 or 90.91% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 50 - color contains mainly: red. Hex color #320500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320500 is #CDFAFF. Grayscale: #111111. Windows color (decimal): -13499136 or 1330. OLE color: 1330.

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

Color convert

RGB5050-
CMYK00.9010.80
HSL100%9.8%-
HSV(B)100%19.61%-
XYZ1.370.790.08-
YUV17.88117.91150.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 90.91%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.91%
G=9.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505000.9010.8061009.8
Hex325005A6450664a
Octal62500132144120614412
Binary1100101010010110101100100101000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320500; }

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

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

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

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

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

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

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

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