#321A16

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

Shades of Seal Brown #321A16

Tints of Seal Brown #321A16

Color information

#321A16 (or 0x321A16) is unknown color: approx Seal Brown. HEX triplet: 32, 1A and 16. RGB value is (50,26,22). Sum of RGB (Red+Green+Blue) = 50+26+22=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A16 is #CDE5E9. Grayscale: #202020. Windows color (decimal): -13493738 or 1448498. OLE color: 1448498.

HSL color Cylindrical-coordinate representation of color #321A16: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321A16 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB502622-
CMYK00.480.560.80
HSL8.57º38.89%14.12%-
HSV(B)8.57º56%19.61%-
XYZ1.831.470.95-
YUV32.72121.95140.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=51.02%
G=26.53%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50262200.480.560.808.5738.8914.12
Hex321A160303850927e
Octal62322606070120114716
Binary11001011010101100110000111000101000010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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