#321512

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

Shades of Seal Brown #321512

Tints of Seal Brown #321512

Color information

#321512 (or 0x321512) is unknown color: approx Seal Brown. HEX triplet: 32, 15 and 12. RGB value is (50,21,18). Sum of RGB (Red+Green+Blue) = 50+21+18=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321512 is #CDEAED. Grayscale: #1D1D1D. Windows color (decimal): -13495022 or 1185074. OLE color: 1185074.

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

Color convert

RGB502118-
CMYK00.580.640.80
HSL5.63º47.06%13.33%-
HSV(B)5.63º64%19.61%-
XYZ1.691.260.73-
YUV29.33121.61142.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=56.18%
G=23.60%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50211800.580.640.805.6347.0613.33
Hex32151203A405062fd
Octal62252207210012065715
Binary11001010101100100111010100000010100001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321512; }

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

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

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

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

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

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

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

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