#321513

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

Shades of Seal Brown #321513

Tints of Seal Brown #321513

Color information

#321513 (or 0x321513) is unknown color: approx Seal Brown. HEX triplet: 32, 15 and 13. RGB value is (50,21,19). Sum of RGB (Red+Green+Blue) = 50+21+19=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321513 is #CDEAEC. Grayscale: #1D1D1D. Windows color (decimal): -13495021 or 1250610. OLE color: 1250610.

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

Color convert

RGB502119-
CMYK00.580.620.80
HSL3.87º44.93%13.53%-
HSV(B)3.87º62%19.61%-
XYZ1.71.260.77-
YUV29.44122.11142.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=55.56%
G=23.33%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50211900.580.620.803.8744.9313.53
Hex32151303A3E5042de
Octal6225230727612045516
Binary1100101010110011011101011111010100001001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321513; }

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

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

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

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

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

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

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

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