#321105

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

Shades of Seal Brown #321105

Tints of Seal Brown #321105

Color information

#321105 (or 0x321105) is unknown color: approx Seal Brown. HEX triplet: 32, 11 and 05. RGB value is (50,17,5). Sum of RGB (Red+Green+Blue) = 50+17+5=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #321105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321105 is #CDEEFA. Grayscale: #191919. Windows color (decimal): -13496059 or 332082. OLE color: 332082.

HSL color Cylindrical-coordinate representation of color #321105: hue angle of 16º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321105 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB50175-
CMYK00.660.900.80
HSL16º81.82%10.78%-
HSV(B)16º90%19.61%-
XYZ1.541.090.27-
YUV25.5116.43145.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 69.44%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=69.44%
G=23.61%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5017500.660.900.801681.8210.78
Hex321150425A501052b
Octal6221501021321202012213
Binary1100101000110101000010101101010100001000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321105; }

 p { color: rgb(50,17,5); }

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

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

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

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

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

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

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