#320A06

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

Shades of Seal Brown #320A06

Tints of Seal Brown #320A06

Color information

#320A06 (or 0x320A06) is unknown color: approx Seal Brown. HEX triplet: 32, 0A and 06. RGB value is (50,10,6). Sum of RGB (Red+Green+Blue) = 50+10+6=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A06 is #CDF5F9. Grayscale: #151515. Windows color (decimal): -13497850 or 395826. OLE color: 395826.

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

Color convert

RGB50106-
CMYK00.800.880.80
HSL5.45º78.57%10.98%-
HSV(B)5.45º88%19.61%-
XYZ1.460.910.27-
YUV21.5119.25148.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 75.76%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=75.76%
G=15.15%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5010600.800.880.805.4578.5710.98
Hex32A6050585054fb
Octal621260120130120511713
Binary1100101010110010100001011000101000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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