#321209

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

Shades of Seal Brown #321209

Tints of Seal Brown #321209

Color information

#321209 (or 0x321209) is unknown color: approx Seal Brown. HEX triplet: 32, 12 and 09. RGB value is (50,18,9). Sum of RGB (Red+Green+Blue) = 50+18+9=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #321209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321209 is #CDEDF6. Grayscale: #1A1A1A. Windows color (decimal): -13495799 or 594482. OLE color: 594482.

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

Color convert

RGB50189-
CMYK00.640.820.80
HSL13.17º69.49%11.57%-
HSV(B)13.17º82%19.61%-
XYZ1.581.130.39-
YUV26.54118.1144.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=64.94%
G=23.38%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018900.640.820.8013.1769.4911.57
Hex321290405250d45c
Octal62221101001221201510514
Binary1100101001010010100000010100101010000110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321209; }

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

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

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

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

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

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

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

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