#321E1C

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

Shades of Seal Brown #321E1C

Tints of Seal Brown #321E1C

Color information

#321E1C (or 0x321E1C) is unknown color: approx Seal Brown. HEX triplet: 32, 1E and 1C. RGB value is (50,30,28). Sum of RGB (Red+Green+Blue) = 50+30+28=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E1C is #CDE1E3. Grayscale: #232323. Windows color (decimal): -13492708 or 1842738. OLE color: 1842738.

HSL color Cylindrical-coordinate representation of color #321E1C: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321E1C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB503028-
CMYK00.400.440.80
HSL5.45º28.21%15.29%-
HSV(B)5.45º44%19.61%-
XYZ1.991.691.32-
YUV35.75123.63138.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=46.30%
G=27.78%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50302800.400.440.805.4528.2115.29
Hex321E1C0282C5051cf
Octal6236340505412053417
Binary110010111101110001010001011001010000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,30,28); }

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

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

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

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

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

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

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