#321615

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

Shades of Seal Brown #321615

Tints of Seal Brown #321615

Color information

#321615 (or 0x321615) is unknown color: approx Seal Brown. HEX triplet: 32, 16 and 15. RGB value is (50,22,21). Sum of RGB (Red+Green+Blue) = 50+22+21=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321615 is #CDE9EA. Grayscale: #1E1E1E. Windows color (decimal): -13494763 or 1381938. OLE color: 1381938.

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

Color convert

RGB502221-
CMYK00.560.580.80
HSL2.07º40.85%13.92%-
HSV(B)2.07º58%19.61%-
XYZ1.741.310.87-
YUV30.26122.78142.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=53.76%
G=23.66%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50222100.560.580.802.0740.8513.92
Hex3216150383A50229e
Octal6226250707212025116
Binary110010101101010101110001110101010000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321615; }

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

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

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

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

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

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

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

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