#321412

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

Shades of Seal Brown #321412

Tints of Seal Brown #321412

Color information

#321412 (or 0x321412) is unknown color: approx Seal Brown. HEX triplet: 32, 14 and 12. RGB value is (50,20,18). Sum of RGB (Red+Green+Blue) = 50+20+18=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321412 is #CDEBED. Grayscale: #1C1C1C. Windows color (decimal): -13495278 or 1184818. OLE color: 1184818.

HSL color Cylindrical-coordinate representation of color #321412: hue angle of 3.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321412 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB502018-
CMYK00.600.640.80
HSL3.75º47.06%13.33%-
HSV(B)3.75º64%19.61%-
XYZ1.671.220.72-
YUV28.74121.94143.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=56.82%
G=22.73%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50201800.600.640.803.7547.0613.33
Hex32141203C405042fd
Octal62242207410012045715
Binary11001010100100100111100100000010100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321412; }

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

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

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

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

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

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

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

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