#320301

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

Shades of Seal Brown #320301

Tints of Seal Brown #320301

Color information

#320301 (or 0x320301) is unknown color: approx Seal Brown. HEX triplet: 32, 03 and 01. RGB value is (50,3,1). Sum of RGB (Red+Green+Blue) = 50+3+1=54 (7% of max value = 765). Red value is 50 (19.92% from 255 or 92.59% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 50 - color contains mainly: red. Hex color #320301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320301 is #CDFCFE. Grayscale: #101010. Windows color (decimal): -13499647 or 66354. OLE color: 66354.

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

Color convert

RGB5031-
CMYK00.940.980.80
HSL2.45º96.08%10%-
HSV(B)2.45º98%19.61%-
XYZ1.350.750.1-
YUV16.82119.07151.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 92.59%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=92.59%
G=5.56%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal503100.940.980.802.4596.0810
Hex323105E6250260a
Octal62310136142120214012
Binary11001011101011110110001010100001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320301; }

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

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

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

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

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

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

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

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