#321409

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

Shades of Seal Brown #321409

Tints of Seal Brown #321409

Color information

#321409 (or 0x321409) is unknown color: approx Seal Brown. HEX triplet: 32, 14 and 09. RGB value is (50,20,9). Sum of RGB (Red+Green+Blue) = 50+20+9=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321409 is #CDEBF6. Grayscale: #1B1B1B. Windows color (decimal): -13495287 or 594994. OLE color: 594994.

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

Color convert

RGB50209-
CMYK00.600.820.80
HSL16.1º69.49%11.57%-
HSV(B)16.1º82%19.61%-
XYZ1.611.20.4-
YUV27.72117.44143.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=63.29%
G=25.32%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020900.600.820.8016.169.4911.57
Hex3214903C52501045c
Octal6224110741221202010514
Binary1100101010010010111100101001010100001000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321409; }

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

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

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

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

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

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

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

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