#321715

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

Shades of Seal Brown #321715

Tints of Seal Brown #321715

Color information

#321715 (or 0x321715) is unknown color: approx Seal Brown. HEX triplet: 32, 17 and 15. RGB value is (50,23,21). Sum of RGB (Red+Green+Blue) = 50+23+21=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321715 is #CDE8EA. Grayscale: #1E1E1E. Windows color (decimal): -13494507 or 1382194. OLE color: 1382194.

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

Color convert

RGB502321-
CMYK00.540.580.80
HSL4.14º40.85%13.92%-
HSV(B)4.14º58%19.61%-
XYZ1.761.350.88-
YUV30.84122.45141.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=53.19%
G=24.47%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50232100.540.580.804.1440.8513.92
Hex3217150363A50429e
Octal6227250667212045116
Binary1100101011110101011011011101010100001001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321715; }

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

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

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

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

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

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

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

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