#320D09

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

Shades of Seal Brown #320D09

Tints of Seal Brown #320D09

Color information

#320D09 (or 0x320D09) is unknown color: approx Seal Brown. HEX triplet: 32, 0D and 09. RGB value is (50,13,9). Sum of RGB (Red+Green+Blue) = 50+13+9=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #320D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D09 is #CDF2F6. Grayscale: #171717. Windows color (decimal): -13497079 or 593202. OLE color: 593202.

HSL color Cylindrical-coordinate representation of color #320D09: hue angle of 5.85º 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 #320D09 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB50139-
CMYK00.740.820.80
HSL5.85º69.49%11.57%-
HSV(B)5.85º82%19.61%-
XYZ1.510.990.37-
YUV23.61119.76146.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 69.44%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=69.44%
G=18.06%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5013900.740.820.805.8569.4911.57
Hex32D904A5250645c
Octal6215110112122120610514
Binary11001011011001010010101010010101000011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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