#321919

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

Shades of Seal Brown #321919

Tints of Seal Brown #321919

Color information

#321919 (or 0x321919) is unknown color: approx Seal Brown. HEX triplet: 32, 19 and 19. RGB value is (50,25,25). Sum of RGB (Red+Green+Blue) = 50+25+25=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321919 is #CDE6E6. Grayscale: #202020. Windows color (decimal): -13493991 or 1644850. OLE color: 1644850.

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

Color convert

RGB502525-
CMYK00.500.500.80
HSL33.33%14.71%-
HSV(B)50%19.61%-
XYZ1.841.441.1-
YUV32.48123.78140.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50252500.500.500.80033.3314.71
Hex3219190323250021f
Octal6231310626212004117
Binary11001011001110010110010110010101000001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321919; }

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

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

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

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

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

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

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

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