#320602

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

Shades of Seal Brown #320602

Tints of Seal Brown #320602

Color information

#320602 (or 0x320602) is unknown color: approx Seal Brown. HEX triplet: 32, 06 and 02. RGB value is (50,6,2). Sum of RGB (Red+Green+Blue) = 50+6+2=58 (7% of max value = 765). Red value is 50 (19.92% from 255 or 86.21% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 50 - color contains mainly: red. Hex color #320602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320602 is #CDF9FD. Grayscale: #121212. Windows color (decimal): -13498878 or 132658. OLE color: 132658.

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

Color convert

RGB5062-
CMYK00.880.960.80
HSL92.31%10.2%-
HSV(B)96%19.61%-
XYZ1.390.810.14-
YUV18.7118.58150.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 86.21%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=86.21%
G=10.34%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal506200.880.960.80592.3110.2
Hex3262058605055ca
Octal62620130140120513412
Binary11001011010010110001100000101000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320602; }

 p { color: rgb(50,6,2); }

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

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

 a { background-color: rgb(50,6,2); }

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

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

 span { border-color: rgb(50,6,2); }

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