#320A09

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

Shades of Seal Brown #320A09

Tints of Seal Brown #320A09

Color information

#320A09 (or 0x320A09) is unknown color: approx Seal Brown. HEX triplet: 32, 0A and 09. RGB value is (50,10,9). Sum of RGB (Red+Green+Blue) = 50+10+9=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320A09 is #CDF5F6. Grayscale: #151515. Windows color (decimal): -13497847 or 592434. OLE color: 592434.

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

Color convert

RGB50109-
CMYK00.800.820.80
HSL1.46º69.49%11.57%-
HSV(B)1.46º82%19.61%-
XYZ1.470.910.36-
YUV21.85120.75148.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 72.46%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=72.46%
G=14.49%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5010900.800.820.801.4669.4911.57
Hex32A90505250145c
Octal6212110120122120110514
Binary110010101010010101000010100101010000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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