#321414

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

Shades of Seal Brown #321414

Tints of Seal Brown #321414

Color information

#321414 (or 0x321414) is unknown color: approx Seal Brown. HEX triplet: 32, 14 and 14. RGB value is (50,20,20). Sum of RGB (Red+Green+Blue) = 50+20+20=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321414 is #CDEBEB. Grayscale: #1C1C1C. Windows color (decimal): -13495276 or 1315890. OLE color: 1315890.

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

Color convert

RGB502020-
CMYK00.600.600.80
HSL42.86%13.73%-
HSV(B)60%19.61%-
XYZ1.691.230.81-
YUV28.97122.94143-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=55.56%
G=22.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50202000.600.600.80042.8613.73
Hex32141403C3C5002be
Octal6224240747412005316
Binary11001010100101000111100111100101000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321414; }

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

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

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

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

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

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

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

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