#321A19

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

Shades of Seal Brown #321A19

Tints of Seal Brown #321A19

Color information

#321A19 (or 0x321A19) is unknown color: approx Seal Brown. HEX triplet: 32, 1A and 19. RGB value is (50,26,25). Sum of RGB (Red+Green+Blue) = 50+26+25=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A19 is #CDE5E6. Grayscale: #212121. Windows color (decimal): -13493735 or 1645106. OLE color: 1645106.

HSL color Cylindrical-coordinate representation of color #321A19: hue angle of 2.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321A19 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB502625-
CMYK00.480.500.80
HSL2.4º33.33%14.71%-
HSV(B)2.4º50%19.61%-
XYZ1.861.491.11-
YUV33.06123.45140.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=49.50%
G=25.74%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50262500.480.500.802.433.3314.71
Hex321A190303250221f
Octal6232310606212024117
Binary110010110101100101100001100101010000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321A19; }

 p { color: rgb(50,26,25); }

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

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

 a { background-color: rgb(50,26,25); }

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

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

 span { border-color: rgb(50,26,25); }

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