#320A04

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

Shades of Seal Brown #320A04

Tints of Seal Brown #320A04

Color information

#320A04 (or 0x320A04) is unknown color: approx Seal Brown. HEX triplet: 32, 0A and 04. RGB value is (50,10,4). Sum of RGB (Red+Green+Blue) = 50+10+4=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #320A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A04 is #CDF5FB. Grayscale: #151515. Windows color (decimal): -13497852 or 264754. OLE color: 264754.

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

Color convert

RGB50104-
CMYK00.800.920.80
HSL7.83º85.19%10.59%-
HSV(B)7.83º92%19.61%-
XYZ1.450.90.21-
YUV21.28118.25148.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 78.12%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=78.12%
G=15.62%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5010400.800.920.807.8385.1910.59
Hex32A40505C50855b
Octal6212401201341201012513
Binary11001010101000101000010111001010000100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320A04; }

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

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

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

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

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

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

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

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